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 {