mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-05 16:16:32 +02:00
Fix for front-end shortcut showing in mobile sidebar incorrectly
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.1.0-rc.4
|
||||
## xx/xx/2016
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fix for 'front-end' shortcut showing in mobile sidebar incorrectly.
|
||||
|
||||
# v1.1.0-rc.3
|
||||
## 06/14/2016
|
||||
|
||||
|
||||
3
themes/grav/css-compiled/template.css
vendored
3
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
@@ -20,7 +20,7 @@ $sidebar-padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.front-end {
|
||||
.admin-logo .front-end {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -112,7 +112,7 @@ $sidebar-padding: 2rem;
|
||||
}
|
||||
|
||||
|
||||
.front-end {
|
||||
.admin-logo .front-end {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@@ -235,7 +235,7 @@ $sidebar-padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.front-end {
|
||||
.admin-logo .front-end {
|
||||
@include breakpoint(mobile-only) {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
|
||||
Reference in New Issue
Block a user