mirror of
https://github.com/vrana/adminer.git
synced 2025-09-03 03:13:00 +02:00
Allow responsive styles on larger devices
and fix a media query. Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com> (cherry picked from commit 4b0b011b93f9b684e5ab81f493f239f478fc3f2b)
This commit is contained in:
committed by
Peter Knut
parent
38f390ae5e
commit
8e848bfde4
@@ -90,7 +90,7 @@ input.wayoff { left: -1000px; position: absolute; }
|
||||
.rtl input.wayoff { left: auto; right: -1000px; }
|
||||
.rtl #lang, .rtl #menu { left: auto; right: 0; }
|
||||
|
||||
@media all and (max-device-width: 880px) {
|
||||
@media all and (max-width: 880px) {
|
||||
.pages { left: auto; }
|
||||
#menu { position: static; width: auto; }
|
||||
#content { margin-left: 10px; }
|
||||
|
Reference in New Issue
Block a user