Browse Source

frontend: Fix spacing of group expand button

Warchamp7 5 months ago
parent
commit
910271d21c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      frontend/data/themes/Yami.obt

+ 5 - 0
frontend/data/themes/Yami.obt

@@ -549,6 +549,11 @@ SourceTreeItem .checkbox-icon {
     margin-left: var(--spacing_large);
 }
 
+SourceTree .indicator-expand {
+    margin-right: var(--spacing_large);
+    margin-left: 0;
+}
+
 QMenu::item:selected,
 QListView::item:selected,
 QListWidget::item:selected {