Skip to content

Commit 6276f56

Browse files
committed
Made popup menu header bg transparent ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent 7185cbb commit 6276f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromium/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
/* Header */
3939
header {
4040
border-bottom: solid 1px lightgrey ; padding: 5px 5px 5px 0 ; margin: 0 ;
41-
height: 38px ; display: flex; background: white ; align-items: center }
41+
height: 38px ; display: flex ; align-items: center }
4242
.logo { margin: 0 8px 0 12px ; position: relative ; top: 3px }
4343
.menu-title { font-size: 0.85rem ; font-weight: 600 ; padding-right: 3px }
4444
.master-toggle { margin-left: auto ; display: flex }

firefox/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838
/* Header */
3939
header {
4040
border-bottom: solid 1px lightgrey ; padding: 5px 5px 5px 0 ; margin: 0 ;
41-
height: 38px ; display: flex; background: white ; align-items: center }
41+
height: 38px ; display: flex ; align-items: center }
4242
.logo { margin: 0 8px 0 12px ; position: relative ; top: 3px }
4343
.menu-title { font-size: 0.85rem ; font-weight: 600 ; padding-right: 3px }
4444
.master-toggle { margin-left: auto ; display: flex }

0 commit comments

Comments
 (0)