mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
Work on responsiveness for the AppShelf
This commit is contained in:
@@ -25,7 +25,7 @@ export default function AddItemShelfItem(props: any) {
|
||||
<>
|
||||
<Modal
|
||||
size="xl"
|
||||
radius="lg"
|
||||
radius="md"
|
||||
opened={props.opened || opened}
|
||||
onClose={() => setOpened(false)}
|
||||
title="Add a service"
|
||||
|
||||
Reference in New Issue
Block a user