Work on responsiveness for the AppShelf

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-14 10:10:58 +02:00
parent 09483ada01
commit 2139f48df3
5 changed files with 45 additions and 42 deletions

View File

@@ -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"