fix: styles for light mode (#1645)

This commit is contained in:
Meier Lukas
2024-12-14 15:19:18 +01:00
committed by GitHub
parent da63d8ebf4
commit cf9656d91e
9 changed files with 28 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ const SearchEngineCard = async ({ searchEngine }: SearchEngineCardProps) => {
const session = await auth();
return (
<Card>
<Card withBorder>
<Group justify="space-between" wrap="nowrap">
<Group align="top" justify="start" wrap="nowrap" style={{ flex: 1 }}>
<Avatar