]> git.joonet.de Git - adminer.git/commitdiff
Designs: Adapt to iPad
authorJakub Vrana <jakub@vrana.cz>
Sat, 5 Apr 2025 05:04:00 +0000 (07:04 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 5 Apr 2025 05:04:00 +0000 (07:04 +0200)
designs/lucas-sandery/adminer.css
designs/nicu/adminer.css

index 0cb11064a79bb0699d886b2cfa14b3829922af8d..676bcb294e9601e1010f0b6842d87b6f93c6538a 100644 (file)
@@ -413,6 +413,7 @@ tbody tr:nth-child(n):hover th {
        position: fixed;
 }
 #lang {
+       top: 0;
        left: 18em;
 }
 .rtl #lang {
@@ -691,10 +692,13 @@ input[type="file"]:disabled::file-selector-button {
        margin-left: 0;
 }
 
-@media all and (max-width: 880px) {
+@media all and (max-width: 800px) {
        body {
                padding-bottom: 2em;
        }
+       .js #menuopen {
+               left: 14px;
+       }
        body,
        #content,
        #content > form:last-of-type,
@@ -710,7 +714,7 @@ input[type="file"]:disabled::file-selector-button {
                width: auto;
        }
        #breadcrumb {
-               padding: 0 0 0 10px;
+               padding: 0 28px;
                height: 2em;
                line-height: 2em;
                margin: 0 -10px;
index af446cb901b4714099ec81fa23e67530d074e02e..0f7fde7c798e40fdb5b06e19d7b18a688600bd13 100644 (file)
@@ -368,7 +368,7 @@ td.nowrap {
     right: 0;
     left: auto;
 }
-@media all and (max-width: 880px) {
+@media all and (max-width: 800px) {
     .pages {
         left: auto;
     }