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:
@@ -1,6 +1,5 @@
|
|||||||
.file-uploader-container {
|
.file-uploader-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
/* flex: 1; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-uploader {
|
.file-uploader {
|
||||||
|
@@ -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 */
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user