Skip to content

Commit 65ea273

Browse files
committed
Made popup menu loading spinner bigger w/ thinner arc ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent d54d156 commit 65ea273

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
@@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
1717
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
1818
}
1919
.loading-spinner {
20-
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
20+
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
2121
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
2222
}
2323
@keyframes loader-move-head-tail {

firefox/extension/popup/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
1717
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
1818
}
1919
.loading-spinner {
20-
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
20+
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
2121
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
2222
}
2323
@keyframes loader-move-head-tail {

0 commit comments

Comments
 (0)