From f5950678707665211d64ed7e9188a3a86b466411 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 17 Sep 2019 12:24:23 -0500 Subject: [PATCH] Fix overflowing tabs --- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- gtk-3.0/widgets/_notebooks.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index a4a92d5..cf869c0 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -3066,7 +3066,7 @@ notebook > header { notebook > header.top { border-bottom-style: solid; } notebook > header.top > tabs { - margin-bottom: -3px; } + margin-bottom: -2px; } notebook > header.top > tabs > tab:backdrop { box-shadow: none; } notebook > header.top > tabs > tab:checked { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 5f96483..90a8dcf 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -3073,7 +3073,7 @@ notebook > header { notebook > header.top { border-bottom-style: solid; } notebook > header.top > tabs { - margin-bottom: -3px; } + margin-bottom: -2px; } notebook > header.top > tabs > tab:backdrop { box-shadow: none; } notebook > header.top > tabs > tab:checked { diff --git a/gtk-3.0/widgets/_notebooks.scss b/gtk-3.0/widgets/_notebooks.scss index 6851d0f..b5b9503 100644 --- a/gtk-3.0/widgets/_notebooks.scss +++ b/gtk-3.0/widgets/_notebooks.scss @@ -18,7 +18,7 @@ notebook { &.top { border-bottom-style: solid; > tabs { - margin-bottom: -3px; + margin-bottom: -2px; > tab {