Skip to content
Snippets Groups Projects
Commit dfe8a37f authored by Martyn Welch's avatar Martyn Welch Committed by 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 510c968b
No related branches found
No related tags found
1 merge request!87Wip/martyn/t7416 sidebar improvements
......@@ -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