From 648089bd585de44955f961e51e13c67158899fe3 Mon Sep 17 00:00:00 2001 From: Shallowmallow Date: Tue, 8 Oct 2024 12:05:24 +0200 Subject: [PATCH 1/3] Tabs - all icons far-left by default, and put padding back to 8px --- haxe/ui/_module/styles/default/tabs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haxe/ui/_module/styles/default/tabs.css b/haxe/ui/_module/styles/default/tabs.css index e7cb7410c..70910448f 100644 --- a/haxe/ui/_module/styles/default/tabs.css +++ b/haxe/ui/_module/styles/default/tabs.css @@ -23,7 +23,7 @@ .tabbar-button { border-radius: 0px; background: $solid-background-color-down $solid-background-color-down vertical; - padding: 7px 14px; + padding: 7px 8px; vertical-align: bottom; border-left-width: 0px; cursor: pointer; @@ -279,6 +279,7 @@ *************************************************************************/ .full-width-buttons .tabbar-button, .full-width-buttons .tabbar > .tabbar-contents { width: 100%; + icon-position:far-left; } /************************************************************************ From 522ff53f9308bea577293a76507633acd1ec232d Mon Sep 17 00:00:00 2001 From: Shallowmallow Date: Tue, 8 Oct 2024 12:21:45 +0200 Subject: [PATCH 2/3] formatting --- haxe/ui/_module/styles/default/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe/ui/_module/styles/default/tabs.css b/haxe/ui/_module/styles/default/tabs.css index 70910448f..0753eae26 100644 --- a/haxe/ui/_module/styles/default/tabs.css +++ b/haxe/ui/_module/styles/default/tabs.css @@ -279,7 +279,7 @@ *************************************************************************/ .full-width-buttons .tabbar-button, .full-width-buttons .tabbar > .tabbar-contents { width: 100%; - icon-position:far-left; + icon-position: far-left; } /************************************************************************ From 25ac059782860cf9f9ec1efdcc9b081f22e232ee Mon Sep 17 00:00:00 2001 From: Shallowmallow Date: Tue, 8 Oct 2024 12:25:30 +0200 Subject: [PATCH 3/3] Far left should be for all tab buttons --- haxe/ui/_module/styles/default/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxe/ui/_module/styles/default/tabs.css b/haxe/ui/_module/styles/default/tabs.css index 0753eae26..b9d6bf6c2 100644 --- a/haxe/ui/_module/styles/default/tabs.css +++ b/haxe/ui/_module/styles/default/tabs.css @@ -27,6 +27,7 @@ vertical-align: bottom; border-left-width: 0px; cursor: pointer; + icon-position: far-left; } .tabbar-button .icon { @@ -279,7 +280,6 @@ *************************************************************************/ .full-width-buttons .tabbar-button, .full-width-buttons .tabbar > .tabbar-contents { width: 100%; - icon-position: far-left; } /************************************************************************