mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-14 09:16:05 +01:00
Update styles for overlay/menu
This commit is contained in:
@@ -1020,7 +1020,7 @@ tr {
|
|||||||
@media only all and (max-width: 47.938em) {
|
@media only all and (max-width: 47.938em) {
|
||||||
#admin-sidebar {
|
#admin-sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 75%;
|
||||||
z-index: 999999; } }
|
z-index: 999999; } }
|
||||||
#admin-sidebar a {
|
#admin-sidebar a {
|
||||||
color: #cccccc; }
|
color: #cccccc; }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ $update-height: 3rem;
|
|||||||
|
|
||||||
@include breakpoint(mobile-only) {
|
@include breakpoint(mobile-only) {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 75%;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user