mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Control visibility when there are no entries.
This commit is contained in:
parent
104bcc94f5
commit
17acede8ce
1 changed files with 6 additions and 1 deletions
|
@ -964,7 +964,7 @@
|
|||
}
|
||||
|
||||
.review-panel-toggler {
|
||||
// display: none;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
@ -975,6 +975,11 @@
|
|||
background-color: transparent;
|
||||
transition: background 0.1s;
|
||||
|
||||
.rp-size-mini &,
|
||||
.rp-size-expanded & {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.rp-size-expanded & {
|
||||
&::after {
|
||||
content: "\f105";
|
||||
|
|
Loading…
Reference in a new issue