fix: add border radius to top corners of loading indicator

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Timothy Z. 2026-03-26 23:40:17 +02:00
parent 2cc122ea1c
commit d2199e49f0

View file

@ -55,6 +55,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: var(--border-radius) var(--border-radius) 0 0;
.addons-loading {
color: var(--primary-foreground-color);