This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: api keys cards styling

+4 -4
+4 -4
src/webapp/features/settings/containers/apiKeysContainer/ApiKeysContainer.module.css
··· 1 1 .groupedCards { 2 + display: flex; 3 + flex-direction: column; 4 + gap: 1px; 5 + 2 6 & > * { 3 7 border-radius: 0; 4 8 ··· 12 16 13 17 &:only-child { 14 18 border-radius: var(--mantine-radius-lg); 15 - } 16 - 17 - & + * { 18 - border-top: 1px solid var(--mantine-color-default-border); 19 19 } 20 20 } 21 21 }