Make spinner same height as Close button

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-06 04:30:06 +02:00
parent 255d43fcea
commit e32e226c10

View File

@@ -206,10 +206,10 @@ SelectionList {
#ol-spinner {
width: auto;
min-width: 4;
height: 1;
min-width: 5;
height: 3;
margin: 0 0 0 2;
content-align: left middle;
content-align: center middle;
}
#ol-log {