From 202809a27e313d987e75b7f89d3df6bcde4758a7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 22 Jul 2020 08:29:48 +0300 Subject: [PATCH] Move statuspanel to the other side when sidebar is hovered --- chrome/autohide_sidebar.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_sidebar.css b/chrome/autohide_sidebar.css index 1168aeb..81e0492 100644 --- a/chrome/autohide_sidebar.css +++ b/chrome/autohide_sidebar.css @@ -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; -} \ No newline at end of file +} + +/* 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; }