Fix closed display of infopanel if sidebar opened

This commit is contained in:
shortcutme 2019-02-09 13:56:12 +01:00
parent 7314f20563
commit b5ed158cc6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -125,6 +125,7 @@ a { color: black }
opacity: 0; margin-left: 0px; pointer-events: none; transition: all 0.6s;
}
.body-sidebar .infopanel { right: 425px; }
.body-sidebar .infopanel.closed { right: 0px; }
/* Loading screen */