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:
parent
274229679a
commit
a50b5d8f5a
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user