From 22e416dd0b7abd0c76136d17169f9f34cae22150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 10 Feb 2022 12:00:56 +0000 Subject: [PATCH] fix(ui): don't resize navbar on hover --- ui/src/Components/Fetcher/index.tsx | 4 ++-- ui/src/Styles/Components/_NavBar.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/Components/Fetcher/index.tsx b/ui/src/Components/Fetcher/index.tsx index 4faa4e59c..50be26ed5 100644 --- a/ui/src/Components/Fetcher/index.tsx +++ b/ui/src/Components/Fetcher/index.tsx @@ -30,7 +30,7 @@ const PauseButton: FC<{ alertStore: AlertStore }> = ({ alertStore }) => { @@ -51,7 +51,7 @@ const PlayButton: FC<{ alertStore: AlertStore }> = ({ alertStore }) => { diff --git a/ui/src/Styles/Components/_NavBar.scss b/ui/src/Styles/Components/_NavBar.scss index 6d7e270ba..9e1938c5b 100644 --- a/ui/src/Styles/Components/_NavBar.scss +++ b/ui/src/Styles/Components/_NavBar.scss @@ -14,7 +14,7 @@ } & .navbar-brand { - min-width: 2.5rem; + min-width: 2.6rem; } & .components-navbar-button {