1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-05 22:27:24 +02:00

CSS: Display menu on modern iPads (fix #985)

https://www.ios-resolution.com/
This commit is contained in:
Jakub Vrana
2025-04-04 22:23:31 +02:00
parent a43a9fbd52
commit e12d12524f

View 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); }