Style improvements for mobile

This commit is contained in:
riggraz
2019-09-19 19:39:16 +02:00
parent 494983efc6
commit 53afa9007a
2 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
.sidebarBox { width: 100%; }
}
.postStatusFilterContainer {
flex-direction: row !important;
flex-wrap: wrap;
}
.postList { width: 100%; }
}

View File

@@ -25,6 +25,7 @@
.text-uppercase;
font-size: 14px;
text-align: left;
}
.nav-item.active {
@@ -41,4 +42,12 @@
.dropdown-toggle::after {
vertical-align: middle;
}
.navbar-toggler:focus {
outline: none;
}
.navbar-toggler[aria-expanded="true"] {
background-color: $astuto-grey;
}
}