Skip to content

Commit

Permalink
fix option page reactive layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Dec 5, 2024
1 parent c183287 commit 6de7d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ body {
#navigation {
display: flex;
flex-direction: column;
gap: 25px;
gap: 20px;
}

.tab-heading {
Expand Down Expand Up @@ -655,7 +655,7 @@ svg {
}

/* Top bar navigation for smaller screens */
@media only screen and (max-height: 750px), only screen and (max-width: 1200px) {
@media only screen and (max-height: 765px), only screen and (max-width: 1200px) {
#options-container {
flex-direction: column;
}
Expand Down

0 comments on commit 6de7d3a

Please sign in to comment.