1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

fix old history page icon size (#6288)

This commit is contained in:
Michael An
2024-07-02 23:07:48 +08:00
committed by GitHub
parent da2717386e
commit 0dfc67a47f
2 changed files with 7 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
text-decoration: none; text-decoration: none;
} }
.old-history-main .go-back .sf3-font-down {
font-size: 25px !important;
}
.old-history-main .get-more-btn { .old-history-main .get-more-btn {
width: 100%; width: 100%;
padding: .5em 0; padding: .5em 0;

View File

@@ -86,6 +86,9 @@
color: #666; color: #666;
} }
.sdoc-file-history .sdoc-file-history-header .go-back .sf3-font-down {
font-size: 1.25rem !important;
}
.sdoc-file-history .sdoc-file-history-content { .sdoc-file-history .sdoc-file-history-content {
height: 100%; height: 100%;