mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 06:52:11 +00:00
Also show the toggler when the review panel is minimized.
This commit is contained in:
parent
0c8cacc222
commit
35c90daa8b
1 changed files with 5 additions and 3 deletions
|
@ -964,7 +964,7 @@
|
|||
}
|
||||
|
||||
.review-panel-toggler {
|
||||
display: none;
|
||||
// display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
|
@ -976,7 +976,9 @@
|
|||
transition: background 0.1s;
|
||||
|
||||
.rp-size-expanded & {
|
||||
display: block;
|
||||
&::after {
|
||||
content: "\f105";
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
@ -986,7 +988,7 @@
|
|||
}
|
||||
|
||||
&::after {
|
||||
content: "\f105";
|
||||
content: "\f104";
|
||||
font-family: FontAwesome;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
Loading…
Reference in a new issue