mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 {
|
.review-panel-toggler {
|
||||||
// display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -975,6 +975,11 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
transition: background 0.1s;
|
transition: background 0.1s;
|
||||||
|
|
||||||
|
.rp-size-mini &,
|
||||||
|
.rp-size-expanded & {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.rp-size-expanded & {
|
.rp-size-expanded & {
|
||||||
&::after {
|
&::after {
|
||||||
content: "\f105";
|
content: "\f105";
|
||||||
|
|
Loading…
Reference in a new issue