mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): don't resize navbar on hover
This commit is contained in:
committed by
Łukasz Mierzwa
parent
41e659be46
commit
22e416dd0b
@@ -30,7 +30,7 @@ const PauseButton: FC<{ alertStore: AlertStore }> = ({ alertStore }) => {
|
||||
<FontAwesomeIcon
|
||||
className="cursor-pointer text-muted components-fetcher-icon mx-2"
|
||||
icon={faPause}
|
||||
size="lg"
|
||||
fixedWidth
|
||||
onClick={alertStore.status.resume}
|
||||
/>
|
||||
</CSSTransition>
|
||||
@@ -51,7 +51,7 @@ const PlayButton: FC<{ alertStore: AlertStore }> = ({ alertStore }) => {
|
||||
<FontAwesomeIcon
|
||||
className="cursor-pointer text-muted components-fetcher-icon mx-2"
|
||||
icon={faPlay}
|
||||
size="lg"
|
||||
fixedWidth
|
||||
onClick={alertStore.status.pause}
|
||||
/>
|
||||
</CSSTransition>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
& .navbar-brand {
|
||||
min-width: 2.5rem;
|
||||
min-width: 2.6rem;
|
||||
}
|
||||
|
||||
& .components-navbar-button {
|
||||
|
||||
Reference in New Issue
Block a user