[Mobile] Remove Bar
Remove the splitter bar on mobile and tablets.
This commit is contained in:
@@ -80,11 +80,26 @@
|
||||
|
||||
.mobile-menu-icon {
|
||||
top: $interiorMargin;
|
||||
@include phone {
|
||||
font-size: 125%;
|
||||
}
|
||||
@include tablet {
|
||||
font-size: 175%;
|
||||
}
|
||||
@include desktop {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-hide {
|
||||
@include phone {
|
||||
display: none;
|
||||
}
|
||||
@include tablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.browse-manage {
|
||||
@include phone {
|
||||
width: $phoneSlideMenuWidth;
|
||||
|
||||
Reference in New Issue
Block a user