Skip to content

Commit

Permalink
Gtk-4.0: Fix extra gap in search bars
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Dec 18, 2021
1 parent 944406b commit aed43f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
14 changes: 5 additions & 9 deletions gtk-4.0/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions gtk-4.0/gtk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions gtk-4.0/widgets/_toolbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ toolbar {
border-radius: 0 0 5px 5px;
}

searchbar,
.location-bar {
searchbar > revealer > box {
@extend %toolbar;

@extend %darkbar;

border-width: 0 0 1px;
padding: 3px;
padding: 5px;
}

%darkbar {
Expand Down

0 comments on commit aed43f3

Please sign in to comment.