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

change freeze-document-switch style (#7817)

This commit is contained in:
Michael An
2025-05-14 13:43:07 +08:00
committed by GitHub
parent 01fb52dc7c
commit a2e237d7d2
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
.file-uploader-container { .file-uploader-container {
display: flex; display: flex;
/* flex: 1; */
} }
.file-uploader { .file-uploader {

View File

@@ -35,7 +35,7 @@
/* end file-operation toolbar */ /* end file-operation toolbar */
#cur-folder-more-op-toggle { #cur-folder-more-op-toggle {
margin-right: -4px; margin-right: 0px;
} }
/* begin common-toolbar */ /* begin common-toolbar */

View File

@@ -136,12 +136,6 @@ body {
width: 100%; width: 100%;
} }
.wiki2-file-history-button .freeze-document-switch {
padding: 0.25rem 1rem;
/* display: flex; */
justify-content: center;
}
.wiki2-file-history-button .freeze-document-switch .custom-switch-description { .wiki2-file-history-button .freeze-document-switch .custom-switch-description {
margin-left: 0; margin-left: 0;
color: #212529; color: #212529;
@@ -154,7 +148,8 @@ body {
} }
.wiki2-file-history-button .freeze-document-switch .custom-switch-indicator { .wiki2-file-history-button .freeze-document-switch .custom-switch-indicator {
margin-left: 60px; position: absolute;
right: 16px;
} }
.wiki2-top-nav .locked { .wiki2-top-nav .locked {