From 53c88ce45acf1bb5cedfdea9e47d7d85beee4df7 Mon Sep 17 00:00:00 2001 From: Daniel <10026790+dnlggr@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:38:09 +0200 Subject: [PATCH] ui: tab dividers (#321) * ui: tab dividers * fix: hide dividers on mobile --- src/components/Navbar.jsx | 3 +++ src/index.css | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index f61367c6..aa00da0f 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -51,6 +51,7 @@ const CenterNav = ({ makerRunning, cjRunning, onClick }) => { {t('navbar.tab_receive')} +