mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Control visibility when there are no entries.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user