mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3839 from cpradio/admin-nav-mobile-love
UX: Add mobile love to admin-nav for Plugin Pages
This commit is contained in:
commit
85daf56ed4
@ -253,7 +253,7 @@ td.flaggers td {
|
|||||||
position: relative;
|
position: relative;
|
||||||
// The admin-nav becomes a slide-out menu at the mobile-nav breakpoint
|
// The admin-nav becomes a slide-out menu at the mobile-nav breakpoint
|
||||||
@media (max-width: $mobile-breakpoint) {
|
@media (max-width: $mobile-breakpoint) {
|
||||||
position: absolute;
|
position: static;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user