mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): tablet should use flex-row for navbar icons
This commit is contained in:
@@ -121,7 +121,7 @@ const NavBar = observer(
|
||||
// for more compact layout
|
||||
const flexClass =
|
||||
alertStore.filters.values.length >= 1
|
||||
? "flex-column flex-sm-column flex-md-row flex-lg-row flex-xl-row"
|
||||
? "flex-column flex-sm-row flex-md-row flex-lg-row flex-xl-row"
|
||||
: "flex-row";
|
||||
|
||||
const isMobile = IsMobile();
|
||||
|
||||
Reference in New Issue
Block a user