Move statuspanel to the other side when sidebar is hovered
This commit is contained in:
parent
b96ebe211c
commit
202809a27e
1 changed files with 6 additions and 1 deletions
|
@ -58,4 +58,9 @@ See the above repository for updates as well as full license text. */
|
|||
#sidebar-box:not([positionend]) > :-moz-locale-dir(rtl),
|
||||
#sidebar-box[positionend] > *{
|
||||
border-inline-width: 1px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Move statuspanel to the other side when sidebar is hovered so it doesn't get covered by sidebar */
|
||||
|
||||
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel{ inset-inline: auto 0px !important; }
|
||||
#sidebar-box:not([positionend]):hover ~ #appcontent #statuspanel-label{ margin-inline: 0px !important; border-left-style: solid !important; }
|
||||
|
|
Loading…
Reference in a new issue