Add a gap between the buttons in the progress queue

This commit is contained in:
Tom Najdek 2025-01-23 14:57:56 +01:00
parent ed045e640a
commit dcf809961a
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77

View file

@ -15,11 +15,11 @@
#progress-container {
padding-bottom: 6px;
gap: 6px;
}
#progress-indicator {
flex: 1;
margin-inline-end: 6px;
}
.virtualized-table-container {