]> git.joonet.de Git - adminer.git/commitdiff
CSS: Move Logout down on narrow screens (fix #938)
authorJakub Vrana <jakub@vrana.cz>
Sun, 23 Mar 2025 13:06:11 +0000 (14:06 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 23 Mar 2025 13:06:11 +0000 (14:06 +0100)
adminer/static/default.css

index a962ebdbcccd743c5eedbfa32c3afbebe000eae8..fe333ade59b314b1e7175d90b99c28ce817706b7 100644 (file)
@@ -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; }