From: Jakub Vrana Date: Sun, 23 Mar 2025 13:06:11 +0000 (+0100) Subject: CSS: Move Logout down on narrow screens (fix #938) X-Git-Tag: v5.1.0~41 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=e8055329a63c46e4d9437a3f19d16b0e57aba7ab;p=adminer.git CSS: Move Logout down on narrow screens (fix #938) --- diff --git a/adminer/static/default.css b/adminer/static/default.css index a962ebdb..fe333ade 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }