1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +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 @@
.wiki-page-container .article .ml-2:hover {
text-decoration: underline;
color:#eb8205;
color: #eb8205;
}
#wiki-page-last-modified {

View File

@ -24,7 +24,7 @@
}
.old-history-main .go-back:hover {
color:#ff9933;
color: #ff9933;
text-decoration: none;
}

View File

@ -15,7 +15,7 @@
.history-header .title {
font-size: 1.25rem;
line-height: 1rem;
line-height: 1.25rem;
}
.history-header .title .go-back {
@ -24,7 +24,7 @@
}
.history-header .title .go-back:hover {
color:#ff9933;
color: #ff9933;
text-decoration: none;
}
@ -44,6 +44,14 @@
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 {
width: 100%;
max-width: 100%;

View File

@ -111,7 +111,7 @@
.password-strength-check-container .progress .strong,
.password-strength-check-container .progress .very-strong {
background-color:#26B20E;
background-color: #26B20E;
}
.password-strength-check-container .password-strength-description {

View File

@ -73,13 +73,13 @@
}
.path-toolbar .toolbar-item a {
color:#8a8a8a;
color: #8a8a8a;
font-size:22px;
}
.path-toolbar .toolbar-item a:hover {
color:#eb8205;
color: #eb8205;
text-decoration:none;
}
/* end path toolbar */

View File

@ -106,7 +106,7 @@
.sf-metadata-hide-columns-popover .hide-column-item .sf-metadata-icon {
font-size: 12px;
margin-right: 10px;
fill:#aaa;
fill: #aaa;
}
.sf-metadata-hide-columns-popover .sf-metadata-hide-columns-operations {