1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

CSS: Move Logout down on narrow screens (fix #938)

This commit is contained in:
Jakub Vrana
2025-03-23 14:06:11 +01:00
parent 9142e7e8a5
commit e8055329a6

View File

@@ -100,7 +100,7 @@ input.wayoff { left: -1000px; position: absolute; }
@media all and (max-width: 880px) { @media all and (max-width: 880px) {
.pages { left: auto; } .pages { left: auto; }
.logout { position: static; padding: 0 1em 1em; } .logout { position: static; padding: 1em; }
#menu { position: static; width: auto; } #menu { position: static; width: auto; }
#content { margin-left: 10px; } #content { margin-left: 10px; }
#lang { position: static; } #lang { position: static; }