mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 06:14:37 +00: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:
parent
b1a47ddae4
commit
3806d2bda7
1 changed files with 6 additions and 0 deletions
|
@ -793,6 +793,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toolbar-editor {
|
||||
.rp-size-expanded & {
|
||||
margin-right: @review-panel-width;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-toggle {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue