mirror of
https://github.com/vrana/adminer.git
synced 2025-08-21 21:55:43 +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
Jakub Vrana
parent
baeeb362f7
commit
e2810adc05
@@ -368,7 +368,7 @@ td.nowrap {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
@media all and (max-device-width:880px) {
|
||||
@media all and (max-width: 880px) {
|
||||
.pages {
|
||||
left: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user