mirror of
https://github.com/vrana/adminer.git
synced 2025-08-19 12:51:27 +02:00
Move Logout button on narrow screens
This avoids overlapping Logout and breadcrumb. The button also didn't display on far right due to width: fit-content.
This commit is contained in:
@@ -96,6 +96,7 @@ input.wayoff { left: -1000px; position: absolute; }
|
||||
|
||||
@media all and (max-width: 880px) {
|
||||
.pages { left: auto; }
|
||||
.logout { position: static; padding: 0 1em; }
|
||||
#menu { position: static; width: auto; }
|
||||
#content { margin-left: 10px; }
|
||||
#lang { position: static; border-top: 1px solid #999; }
|
||||
|
Reference in New Issue
Block a user