mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
CSS: Display menu on modern iPads (fix #985)
https://www.ios-resolution.com/
This commit is contained in:
@@ -114,7 +114,7 @@ input.wayoff { left: -1000px; position: absolute; }
|
|||||||
.rtl #lang, .rtl #menu { left: auto; right: 0; }
|
.rtl #lang, .rtl #menu { left: auto; right: 0; }
|
||||||
.rtl pre, .rtl code { direction: ltr; }
|
.rtl pre, .rtl code { direction: ltr; }
|
||||||
|
|
||||||
@media all and (max-width: 880px) {
|
@media all and (max-width: 800px) {
|
||||||
.pages { left: auto; }
|
.pages { left: auto; }
|
||||||
.js .logout { top: 1.667em; }
|
.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); }
|
#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); }
|
||||||
|
Reference in New Issue
Block a user