mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-03 05:09:16 +01:00
💄 Recenter grid items
This commit is contained in:
@@ -228,7 +228,9 @@ function BookmarkWidgetTile({ widget }: BookmarkWidgetTileProps) {
|
||||
sx={{
|
||||
backgroundColor: colorScheme === 'dark' ? colors.dark[5].concat('80') : colors.blue[0].concat('80'),
|
||||
'&:hover': { backgroundColor: fn.primaryColor().concat('80'),}, //'40' = 25% opacity
|
||||
flex:'1 1 auto',
|
||||
}}
|
||||
display="flex"
|
||||
>
|
||||
<BookmarkItemContent item={item} />
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user