From 6258c975c1dd2fe2040ee77b25a1f014465eb3eb Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 5 Apr 2025 07:04:00 +0200 Subject: [PATCH] Designs: Adapt to iPad --- designs/lucas-sandery/adminer.css | 8 ++++++-- designs/nicu/adminer.css | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/designs/lucas-sandery/adminer.css b/designs/lucas-sandery/adminer.css index 0cb11064..676bcb29 100644 --- a/designs/lucas-sandery/adminer.css +++ b/designs/lucas-sandery/adminer.css @@ -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; diff --git a/designs/nicu/adminer.css b/designs/nicu/adminer.css index af446cb9..0f7fde7c 100644 --- a/designs/nicu/adminer.css +++ b/designs/nicu/adminer.css @@ -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; }