From 4c4ff871104f9c26deb0dc5917fca36f0927d451 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 23 Dec 2022 15:48:51 -0600 Subject: [PATCH] Fix tab family padding-left --- src/features/tabs/TabFamily.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/tabs/TabFamily.vue b/src/features/tabs/TabFamily.vue index 1ae9007..437581b 100644 --- a/src/features/tabs/TabFamily.vue +++ b/src/features/tabs/TabFamily.vue @@ -220,8 +220,8 @@ export default defineComponent({ } .showGoBack - > .tab-family-container - > .tab-buttons-container:not(.floating):first-child + > .tab-family-container:first-child + > .tab-buttons-container:not(.floating) .tab-buttons { padding-left: 70px; }