Skip to content

Commit

Permalink
Merge pull request #130 from zugdev/keyboard-navigation
Browse files Browse the repository at this point in the history
feat: fix keyboard navigation buttons overlay
  • Loading branch information
0x4007 authored Oct 23, 2024
2 parents 4afeec0 + 7401359 commit 27ca00c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
.filters-container label:not([for="view-toggle"]) {
width: 48px;
}
#bottom-right {
display: none;
}
}
@media (orientation: landscape) {
#bottom-bar,
Expand Down Expand Up @@ -373,11 +376,6 @@
.full {
display: unset !important;
}
@media screen and (max-width: 560px) {
#bottom-right {
display: none;
}
}
@media screen and (max-width: 804px) {
.mid {
padding: 0 4px;
Expand Down
8 changes: 3 additions & 5 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
.filters-container label:not([for="view-toggle"]) {
width: 48px;
}
#bottom-right {
display: none;
}
}
@media (orientation: landscape) {
#bottom-bar,
Expand Down Expand Up @@ -373,11 +376,6 @@
.full {
display: unset !important;
}
@media screen and (max-width: 560px) {
#bottom-right {
display: none;
}
}
@media screen and (max-width: 804px) {
.mid {
padding: 0 4px;
Expand Down

0 comments on commit 27ca00c

Please sign in to comment.