misc: Change order of margin styles

This commit is contained in:
daudix-UFO 2023-04-27 16:26:40 +03:00
parent b225b6ff92
commit 9e6a008c92
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

View File

@ -97,10 +97,10 @@ template BavarderWindow : Adw.ApplicationWindow {
tooltip-text: _("Wait");
styles ["suggested-action", "circular"]
Spinner spinner {
margin-bottom: 6;
margin-end: 6;
margin-start: 6;
margin-top: 6;
margin-bottom: 6;
margin-start: 6;
margin-end: 6;
styles ["suggested-action", "circular"]
}
}