summaryrefslogtreecommitdiff
path: root/desktop-themes/YaruGreen/gtk-3.0/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/YaruGreen/gtk-3.0/_common.scss')
-rw-r--r--desktop-themes/YaruGreen/gtk-3.0/_common.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_common.scss b/desktop-themes/YaruGreen/gtk-3.0/_common.scss
index 46e270e3..8c472678 100644
--- a/desktop-themes/YaruGreen/gtk-3.0/_common.scss
+++ b/desktop-themes/YaruGreen/gtk-3.0/_common.scss
@@ -2671,20 +2671,20 @@ notebook {
&.top,
&.bottom {
tabs {
- padding-left: 1px;
- padding-right: 1px;
+ padding-left: 0px;
+ padding-right: 0px;
&:not(:only-child) {
margin-left: 1px;
margin-right: 1px;
- &:first-child { margin-left: -1px; }
+ &:first-child { margin-left: 0px; }
&:last-child { margin-right: -1px; }
}
tab {
- margin-left: 1px;
- margin-right: 1px;
+ margin-left: 0px;
+ margin-right: 0px;
&.reorderable-page { border-style: none solid; }
}
@@ -2695,18 +2695,18 @@ notebook {
&.right {
tabs {
padding-top: 0px;
- padding-bottom: 1px;
+ padding-bottom: 0px;
&:not(:only-child) {
margin-top: 0px;
- margin-bottom: 1px;
+ margin-bottom: 0px;
&:first-child { margin-top: 0px; }
&:last-child { margin-bottom: -1px; }
}
tab {
- margin-top: 1px;
+ margin-top: 0px;
margin-bottom: 0px;
&.reorderable-page { border-style: solid none; }