Skip to content

Commit

Permalink
fix(gtk3.20: notebook): use $spacing for tabs' padding; closes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 8, 2017
1 parent 3171ac5 commit 780908d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtk-3.20/scss/widgets/_notebook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ notebook {
}

> header {
padding: 2px;
padding: $spacing;
background-color: $bg_color;

&.top { box-shadow: inset 0 -1px $borders_color; }
Expand All @@ -45,7 +45,7 @@ notebook {
padding-#{$_bpos}: 0;

> tabs > tab {
padding: 2px 10px;
padding: $spacing $spacing + 8px;
min-width: 20px;
min-height: 20px;

Expand Down

0 comments on commit 780908d

Please sign in to comment.