mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Expand sidebar only for large devices
This commit is contained in:
@@ -148,10 +148,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $screen-sm-max) {
|
||||
@media (max-width: $screen-md-max) {
|
||||
@include folded-sidebar;
|
||||
}
|
||||
|
||||
@media(min-width: $screen-sm-max) {
|
||||
@media(min-width: $screen-md-max) {
|
||||
@include expanded-sidebar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user