fix: Fix icons in `top map sightbar

This commit is contained in:
2025-10-29 14:19:00 +03:00
parent 349c7009c6
commit b0fdf03cc6
5 changed files with 21 additions and 49 deletions

View File

@@ -48,21 +48,24 @@ export const Layout: React.FC<LayoutProps> = observer(({ children }) => {
<Box sx={{ display: "flex" }}>
<AppBar position="fixed" open={open}>
<Toolbar className="flex justify-between">
<IconButton
color="inherit"
aria-label="open drawer"
onClick={handleDrawerOpen}
edge="start"
sx={[
{
marginRight: 5,
},
open && { display: "none" },
]}
>
<Menu />
</IconButton>
<CitySelector />
<div className="flex items-center">
<IconButton
color="inherit"
aria-label="open drawer"
onClick={handleDrawerOpen}
edge="start"
sx={[
{
marginRight: 5,
},
open && { display: "none" },
]}
>
<Menu />
</IconButton>
<CitySelector />
</div>
<div className="flex gap-2 items-center">
<div className="flex flex-col gap-1">
{(() => {