mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Style improvements for mobile
This commit is contained in:
@@ -27,6 +27,11 @@
|
|||||||
.sidebarBox { width: 100%; }
|
.sidebarBox { width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postStatusFilterContainer {
|
||||||
|
flex-direction: row !important;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
.postList { width: 100%; }
|
.postList { width: 100%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
.text-uppercase;
|
.text-uppercase;
|
||||||
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item.active {
|
.nav-item.active {
|
||||||
@@ -41,4 +42,12 @@
|
|||||||
.dropdown-toggle::after {
|
.dropdown-toggle::after {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-toggler:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-toggler[aria-expanded="true"] {
|
||||||
|
background-color: $astuto-grey;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user