Skip to content

Commit

Permalink
Allow responsive styles on larger devices
Browse files Browse the repository at this point in the history
and fix a media query.

Signed-off-by: Lucas Sandery <lucas-sandery@users.noreply.github.com>
  • Loading branch information
lucas-sandery authored and Roy-Orbison committed Nov 16, 2023
1 parent bf16b40 commit 4b0b011
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adminer/static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ a.copy-to-clipboard.icon { font-size: 0; padding: 12px 8px 5px 8px; margin-left:
.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; }
Expand Down
2 changes: 1 addition & 1 deletion designs/hever/adminer.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion designs/lucas-sandery/adminer.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ input[type="file"]:disabled::-moz-file-upload-button {
margin-left: 0;
}

@media all and (max-device-width: 880px) {
@media all and (max-width: 880px) {
body {
padding-bottom: 2em;
}
Expand Down
2 changes: 1 addition & 1 deletion designs/nicu/adminer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4b0b011

Please sign in to comment.