mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
Styling changes and add multiple popovers
This commit is contained in:
@@ -45,7 +45,7 @@ const AppShelf = (props: any) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<SimpleGrid m="xl" cols={4} spacing="xl">
|
||||
<SimpleGrid m="xl" cols={5} spacing="xl">
|
||||
{config.services.map((service, i) => (
|
||||
<AppShelfItem key={service.name} service={service} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user