1
0
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:
Lucas Sandery
2018-11-25 21:04:30 +10:30
committed by Jakub Vrana
parent baeeb362f7
commit e2810adc05
4 changed files with 4 additions and 4 deletions

View File

@@ -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;
}