Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/adw-toolbarview
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Apr 3, 2024
2 parents 68987b3 + 345d92e commit 0f88c39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 79 deletions.
1 change: 0 additions & 1 deletion src/gtk-4.0/widgets/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ selection {
@import '_scrollbars.scss';
@import '_searchbars.scss';
@import '_separators.scss';
@import '_settingspages.scss';
@import '_shortcuts.scss';
@import '_sidebars.scss';
@import '_spinbuttons.scss';
Expand Down
54 changes: 0 additions & 54 deletions src/gtk-4.0/widgets/_settingspages.scss

This file was deleted.

24 changes: 0 additions & 24 deletions src/gtk-4.0/widgets/_sidebars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@ placessidebar viewport.frame {
}
}

settingssidebar list {
min-width: rem(200px);

row,
> .title-4 {
padding: rem(6px);
}

row {
overlay {
// IconSize.LARGE + padding
min-width: calc(32px + #{rem(6px)});
}

overlay:dir(ltr) {
margin-right: rem(6px);
}

overlay:dir(rtl) {
margin-left: rem(6px);
}
}
}

treeview.sidebar {
.view {
@extend %sidebar-row;
Expand Down

0 comments on commit 0f88c39

Please sign in to comment.