mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
🐛 Layout issues with toggle edit mode button and popover
This commit is contained in:
@@ -22,7 +22,7 @@ export function Header(props: any) {
|
||||
<Box className={classes.hide}>
|
||||
<Logo />
|
||||
</Box>
|
||||
<Group position="right" noWrap>
|
||||
<Group position="right" style={{ maxWidth: 'none' }} noWrap>
|
||||
<Text
|
||||
onClick={() => {
|
||||
openContextModal({
|
||||
@@ -35,7 +35,7 @@ export function Header(props: any) {
|
||||
}}
|
||||
variant="link"
|
||||
>
|
||||
Test: Open Change Pos Modal
|
||||
Test
|
||||
</Text>
|
||||
|
||||
<Search />
|
||||
|
||||
Reference in New Issue
Block a user