Skip to content

Commit

Permalink
Fix height thunar's pathbar entry widget (Fixes shimmerproject#220)
Browse files Browse the repository at this point in the history
Without reducing the height of the entry thunar's widgets are moved
around when switching from the normal pathbar buttons to the entry.
  • Loading branch information
ochosi committed Jul 18, 2018
1 parent f2dee1c commit 3267f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gtk-3.0/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ wnck-pager {
/* Thunar's sidebar top border */
.thunar {
:backdrop { color: $insensitive_fg_color; }
toolbar { border-bottom: none; }
toolbar {
border-bottom: none;

entry { min-height: 24px; }
}
.sidebar.frame { border-top: 1px solid $borders_color; }
}

Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4534,6 +4534,8 @@ wnck-pager:hover {
color: #858585; }
.thunar toolbar {
border-bottom: none; }
.thunar toolbar entry {
min-height: 24px; }
.thunar .sidebar.frame {
border-top: 1px solid #828282; }

Expand Down

0 comments on commit 3267f26

Please sign in to comment.