mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 06:37:33 +02:00
CSS: Move Logout down on narrow screens (fix #938)
This commit is contained in:
@@ -100,7 +100,7 @@ input.wayoff { left: -1000px; position: absolute; }
|
||||
|
||||
@media all and (max-width: 880px) {
|
||||
.pages { left: auto; }
|
||||
.logout { position: static; padding: 0 1em 1em; }
|
||||
.logout { position: static; padding: 1em; }
|
||||
#menu { position: static; width: auto; }
|
||||
#content { margin-left: 10px; }
|
||||
#lang { position: static; }
|
||||
|
Reference in New Issue
Block a user