some small changes
+ removed sliding animation from widgets + added form fields to Alert Level widget
This commit is contained in:
@@ -89,8 +89,8 @@ export default function Home({...props}) {
|
||||
return (
|
||||
/* HEADER */
|
||||
<Tabs.Root
|
||||
width={width}
|
||||
height={height}
|
||||
width="100%"
|
||||
height="100%"
|
||||
lazyMount
|
||||
value={ view }
|
||||
variant="line"
|
||||
@@ -110,6 +110,7 @@ export default function Home({...props}) {
|
||||
pt={3}
|
||||
align="center"
|
||||
justify="space-between"
|
||||
width="100%"
|
||||
>
|
||||
<Tabs.List>
|
||||
<Tabs.Trigger value="mydashboard" fontSize="lg">
|
||||
@@ -129,7 +130,7 @@ export default function Home({...props}) {
|
||||
</Tabs.Trigger>
|
||||
</Tabs.List>
|
||||
|
||||
<HStack >
|
||||
<HStack width="258px" justifyContent="flex-end">
|
||||
{isEditable ? (
|
||||
<>
|
||||
<SaveButton onSave={ onSave } />
|
||||
|
||||
Reference in New Issue
Block a user