Skip to content

Commit d3efe07

Browse files
authored
Merge pull request #1245 from circleci/ac-a-little-more-responsive
Move mobile branch picker out of the way, lazily
2 parents 5657a17 + 60b2fb6 commit d3efe07

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

resources/assets/css/inner/aside.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,3 +560,20 @@
560560
transition: visibility 0ms (@aside-transition-speed / 2), opacity (@aside-transition-speed * 2) 0ms;
561561
}
562562
}
563+
564+
@media (max-width: 500px) {
565+
.app-dominant {
566+
// TODO Using !important this much isn't good.
567+
// We should really get a handle on our CSS layers
568+
display: inline !important;
569+
overflow-y: scroll !important;
570+
}
571+
.app-aside:not(.menuless) {
572+
width: 95%;
573+
height: 30vh;
574+
}
575+
576+
.app-aside:not(.menuless) .aside-left-menu {
577+
width: 100%;
578+
}
579+
}

0 commit comments

Comments
 (0)