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
adamlui committed Jan 31, 2025
1 parent 280b4b6 commit 3280a76
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chatgpt-auto-continue/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 */
2 changes: 1 addition & 1 deletion chatgpt-auto-continue/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 */
2 changes: 1 addition & 1 deletion chatgpt-infinity/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 */
2 changes: 1 addition & 1 deletion chatgpt-infinity/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 */
2 changes: 1 addition & 1 deletion chatgpt-widescreen/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 */
2 changes: 1 addition & 1 deletion chatgpt-widescreen/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 */

0 comments on commit 3280a76

Please sign in to comment.