]> git.joonet.de Git - adminer.git/commitdiff
CSS: Display menu on modern iPads (fix #985)
authorJakub Vrana <jakub@vrana.cz>
Fri, 4 Apr 2025 20:23:31 +0000 (22:23 +0200)
committerJakub Vrana <jakub@vrana.cz>
Fri, 4 Apr 2025 20:23:40 +0000 (22:23 +0200)
https://www.ios-resolution.com/

adminer/static/default.css

index d018f1cc883ace98d96ef38dccce0c19efd28990..9d5f77c0c3b0ae8f978e39b3ca579d82f2e3cd8f 100644 (file)
@@ -114,7 +114,7 @@ input.wayoff { left: -1000px; position: absolute; }
 .rtl #lang, .rtl #menu { left: auto; right: 0; }
 .rtl pre, .rtl code { direction: ltr; }
 
-@media all and (max-width: 880px) {
+@media all and (max-width: 800px) {
        .pages { left: auto; }
        .js .logout { top: 1.667em; }
        #menu { position: static; width: auto; min-width: 23em; background: var(--bg); border: 1px solid var(--fg); margin-top: 9px; box-shadow: 0 0 20px rgb(from var(--fg) r g b / .7); }