1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-11 20:01:40 +00:00

fix markdown history style (#7231)

This commit is contained in:
Michael An 2024-12-21 18:19:32 +08:00 committed by GitHub
parent 274229679a
commit a50b5d8f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 16 additions and 8 deletions

View File

@ -15,7 +15,7 @@
.history-header .title { .history-header .title {
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1rem; line-height: 1.25rem;
} }
.history-header .title .go-back { .history-header .title .go-back {
@ -44,6 +44,14 @@
display: block; display: block;
} }
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-article-content {
min-height: 100%;
}
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-viewer-article-container {
width: 100%;
}
.content-viewer .sf-slate-viewer-article-container .article { .content-viewer .sf-slate-viewer-article-container .article {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;