mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Add right margin to toolbar if review panel open
This fixes bug where the toolbar would be measured incorrectly if the review panel was open
This commit is contained in:
@@ -793,6 +793,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar-editor {
|
||||
.rp-size-expanded & {
|
||||
margin-right: @review-panel-width;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-toggle {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user