From 4718e9ff22e14c8efb06b283157e76fb2c8db337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kozik=20Przemys=C5=82aw?= Date: Mon, 15 Nov 2021 20:16:24 +0100 Subject: [PATCH 1/3] Toolbar icons update --- tabby-core/src/components/windowControls.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tabby-core/src/components/windowControls.component.scss b/tabby-core/src/components/windowControls.component.scss index 0905a12de8..c7364a8fb9 100644 --- a/tabby-core/src/components/windowControls.component.scss +++ b/tabby-core/src/components/windowControls.component.scss @@ -13,6 +13,7 @@ button { line-height: 0; text-align: center; align-items: center; + justify-content: center; &:not(:hover):not(:active) { background: transparent; @@ -21,4 +22,9 @@ button { &:focus { box-shadow: none; } + + svg { + width: 10px; + height: 10px; + } } From 4c2959b4c4a4d1ddb2886d4b11470570d16317d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kozik=20Przemys=C5=82aw?= Date: Mon, 15 Nov 2021 20:18:28 +0100 Subject: [PATCH 2/3] toolbar icons update --- tabby-core/src/components/windowControls.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tabby-core/src/components/windowControls.component.scss b/tabby-core/src/components/windowControls.component.scss index 0905a12de8..c7364a8fb9 100644 --- a/tabby-core/src/components/windowControls.component.scss +++ b/tabby-core/src/components/windowControls.component.scss @@ -13,6 +13,7 @@ button { line-height: 0; text-align: center; align-items: center; + justify-content: center; &:not(:hover):not(:active) { background: transparent; @@ -21,4 +22,9 @@ button { &:focus { box-shadow: none; } + + svg { + width: 10px; + height: 10px; + } } From ad2ab6192738888682f4639687cb074948d12dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kozik=20Przemys=C5=82aw?= Date: Mon, 15 Nov 2021 20:21:58 +0100 Subject: [PATCH 3/3] toolbar icons update --- tabby-core/src/components/windowControls.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tabby-core/src/components/windowControls.component.scss b/tabby-core/src/components/windowControls.component.scss index 0905a12de8..c7364a8fb9 100644 --- a/tabby-core/src/components/windowControls.component.scss +++ b/tabby-core/src/components/windowControls.component.scss @@ -13,6 +13,7 @@ button { line-height: 0; text-align: center; align-items: center; + justify-content: center; &:not(:hover):not(:active) { background: transparent; @@ -21,4 +22,9 @@ button { &:focus { box-shadow: none; } + + svg { + width: 10px; + height: 10px; + } }