Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.22&4.0: [Gnome-tweaks] Enforce re-difining GtkLabel bottom marg…
Browse files Browse the repository at this point in the history
…ins in GtkHeaderBars

Close the issue: #691
  • Loading branch information
tista500 committed May 13, 2018
1 parent 181860f commit fb50bbb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gtk/sass/3.22/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,14 @@ list.tweak-group-startup {
}
}

headerbar.titlebar.tweak-titlebar {
&-left,
&-right {
// re-define bottom margin
> .title { margin: 0 0 rem(1.3px, $sw: 1.0); }
}
}


// /*******************
// * Gnome-Flashback *
Expand Down
8 changes: 8 additions & 0 deletions gtk/sass/4.0/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@ list.tweak-group-startup {
}
}

headerbar.titlebar.tweak-titlebar {
&-left,
&-right {
// re-define bottom margin
> .title { margin: 0 0 rem(1.3px, $sw: 1.0); }
}
}


// /*******************
// * Gnome-Flashback *
Expand Down

0 comments on commit fb50bbb

Please sign in to comment.