mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 04:57:40 +02:00
Fixed mobile toggle icon and breakpoint
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -242,11 +242,11 @@ $update-height: 3rem;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@media only all and (max-width: 381px) {
|
||||
@media only all and (max-width: 374px) {
|
||||
margin-top: -138px;
|
||||
}
|
||||
|
||||
.fa-th {
|
||||
> .fa:first-child {
|
||||
@include breakpoint(mobile-only) {
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
@@ -262,7 +262,7 @@ $update-height: 3rem;
|
||||
text-align: center;
|
||||
display: block;
|
||||
float: none;
|
||||
margin: 5rem auto 0px;
|
||||
margin: 5rem -2rem 0px;
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user