mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:13:53 +08:00
[SSE] fix collapse button position
This commit is contained in:
@ -321,6 +321,7 @@
|
||||
--toolbar-simple-shadow: var(--shadow-toolbar, none);
|
||||
--toolbar-simple-content-padding-top: 3px;
|
||||
--layout-padding-hor-toolbar-simple: 5px;
|
||||
--simple-editor-layout-collapse-button-rigth: 8px;
|
||||
|
||||
--content-padding-top: 8px;
|
||||
}
|
||||
|
||||
@ -374,6 +374,7 @@
|
||||
--toolbar-simple-shadow: 0 none;
|
||||
--toolbar-simple-content-padding-top: 0;
|
||||
--layout-padding-hor-toolbar-simple: 0;
|
||||
--simple-editor-layout-collapse-button-rigth: 3px;
|
||||
}
|
||||
|
||||
// Background
|
||||
|
||||
@ -94,7 +94,7 @@
|
||||
padding-right: var(--layout-padding-hor-toolbar-simple);
|
||||
|
||||
.ce-group-expand {
|
||||
right: calc(3px + var(--layout-padding-hor-toolbar-simple, 0px));
|
||||
right: var(--simple-editor-layout-collapse-button-rigth, 0px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user