Skip to content

Commit

Permalink
Gnome: Fix gtk warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Mar 28, 2024
1 parent 6cfc459 commit d40003f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion gtk-4.0/apps/_gnome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

// Gnome 43 path-bar
#NautilusPathBar {
height: 20px;
margin-top: 7px;
margin-bottom: 7px;
@include button(normal-header);
Expand Down
3 changes: 1 addition & 2 deletions gtk-4.0/gtk-dark.css

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

3 changes: 1 addition & 2 deletions gtk-4.0/gtk.css

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

2 changes: 1 addition & 1 deletion gtk-4.0/widgets/_level-bars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ levelbar {
}

&.discrete > trough > block {
min-width: $_levelbar_size - 7px;
min-width: $_levelbar_size - 3px;
margin: 1px 0;
min-height: 32px;
}
Expand Down

0 comments on commit d40003f

Please sign in to comment.