mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 17:41:57 +00:00
Increase hit area for hovering in the mini review panel.
This commit is contained in:
parent
d30daa3477
commit
a007da0466
1 changed files with 9 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
display: none;
|
||||
.rp-size-mini & {
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
position: absolute;
|
||||
left: 2px;
|
||||
|
@ -171,6 +172,14 @@
|
|||
left: -(@rp-entry-ribbon-width + @rp-entry-arrow-width);
|
||||
content: '';
|
||||
}
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -(@review-off-width + @rp-entry-arrow-width);
|
||||
right: -(@review-off-width + @rp-entry-arrow-width);
|
||||
bottom: -(@review-off-width + @rp-entry-arrow-width);
|
||||
left: -(@review-off-width + @rp-entry-arrow-width);
|
||||
}
|
||||
}
|
||||
.rp-state-current-file-expanded & {
|
||||
left: 5px;
|
||||
|
|
Loading…
Reference in a new issue