Skip to content
Snippets Groups Projects
Commit 7787e6d9 authored by Martyn Welch's avatar Martyn Welch
Browse files

Tweak sidebar css to simplify it


We can change the logic subtly and reduce replication of properties.
Also set visibility to improve accessibility.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent a05052e1
No related branches found
No related tags found
No related merge requests found
......@@ -840,13 +840,11 @@ div.notices.tip p:first-child:after {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sidebar-hidden {
width: 0px;
}
@media only screen and (min-width: 1450px) {
@media not screen, screen and (max-width: 1450px) {
.sidebar-hidden {
width: 300px;
width: 0px;
visibility: hidden;
transition: width 0.5s, visibility 0s linear 0.5s;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment