Skip to content

Commit 3884f8e

Browse files
committed
Increased left padding of menu entries +2px ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent f48918f commit 3884f8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chromium/extension/popup/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
4444
.main-toggle { margin-left: auto ; display: flex }
4545

4646
/* Menu item elements */
47-
.menu-item {
47+
.menu-item {
4848
position: relative ; align-items: center ; border-bottom: 1px solid lightgrey ;
49-
display: flex ; min-height: 2rem ; padding-right: 14px ; white-space: nowrap ; font-size: 91%
49+
display: flex ; min-height: 2rem ; padding: 0 14px 0 2px ; white-space: nowrap ; font-size: 91%
5050
}
5151
.menu-icon { padding: 8px }
5252
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) ; cursor: pointer } /* add hover color/cursor */

firefox/extension/popup/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
4444
.main-toggle { margin-left: auto ; display: flex }
4545

4646
/* Menu item elements */
47-
.menu-item {
47+
.menu-item {
4848
position: relative ; align-items: center ; border-bottom: 1px solid lightgrey ;
49-
display: flex ; min-height: 2rem ; padding-right: 14px ; white-space: nowrap ; font-size: 91%
49+
display: flex ; min-height: 2rem ; padding: 0 14px 0 2px ; white-space: nowrap ; font-size: 91%
5050
}
5151
.menu-icon { padding: 8px }
5252
.menu-area:focus, .menu-area:hover { background: rgb(100, 149, 237) ; cursor: pointer } /* add hover color/cursor */

0 commit comments

Comments
 (0)