Move statuspanel to the other side when sidebar is hovered

This commit is contained in:
MrOtherGuy 2020-07-22 08:29:48 +03:00
parent b96ebe211c
commit 202809a27e

View file

@ -59,3 +59,8 @@ See the above repository for updates as well as full license text. */
#sidebar-box[positionend] > *{ #sidebar-box[positionend] > *{
border-inline-width: 1px 0px; 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; }