From e8055329a63c46e4d9437a3f19d16b0e57aba7ab Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sun, 23 Mar 2025 14:06:11 +0100 Subject: [PATCH] CSS: Move Logout down on narrow screens (fix #938) --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }