Skip to content

Commit

Permalink
Made popup menu loading spinner bigger w/ thinner arc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 30, 2025
1 parent 7dadf0e commit 27657b2
Show file tree
Hide file tree
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
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-auto-continue/firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-infinity/chromium/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-infinity/firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-widescreen/chromium/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down
2 changes: 1 addition & 1 deletion chatgpt-widescreen/firefox/extension/popup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
display: inline-grid ; align-content: center ; justify-content: center /* center spinner */
}
.loading-spinner {
width: 11px ; aspect-ratio: 1 ; border-radius: 50% ; border: 5px solid #000 ;
width: 19px ; aspect-ratio: 1 ; border-radius: 50% ; border: 3px solid #000 ;
animation: loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
}
@keyframes loader-move-head-tail {
Expand Down

0 comments on commit 27657b2

Please sign in to comment.