From a4ad30e8aa6d3880f60e1064adae9da29a726b31 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 19 Oct 2021 17:05:04 -0500 Subject: [PATCH] TabsBar: properly center icon links --- app/styles/components/tabs-bar.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/styles/components/tabs-bar.scss b/app/styles/components/tabs-bar.scss index 0a14c211a..c8c090aca 100644 --- a/app/styles/components/tabs-bar.scss +++ b/app/styles/components/tabs-bar.scss @@ -174,7 +174,6 @@ text-decoration: none; position: relative; align-items: center; - padding-right: 4px; font-weight: bold; transition: 0.1s; outline: none; @@ -234,7 +233,7 @@ border-radius: 999px; z-index: -1; width: calc(100% + 12px); - margin-left: -9px; + margin-left: -6px; @media screen and (max-width: 895px) { height: 0;