Skip to content

Commit

Permalink
Increased min-height of popup menu to not change height while loading…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 31, 2025
1 parent ea7222d commit 9f46ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chromium/extension/popup/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* General size */
html { height: fit-content ; min-height: 50px }
html { height: fit-content ; min-height: 89px }
body { width: max-content ; margin: 0 ; overflow: clip }

/* General font */
Expand Down
2 changes: 1 addition & 1 deletion firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* General size */
html { height: fit-content ; min-height: 50px }
html { height: fit-content ; min-height: 89px }
body { width: max-content ; margin: 0 ; overflow: clip }

/* General font */
Expand Down

0 comments on commit 9f46ac4

Please sign in to comment.