Fixed rounded cards

This commit is contained in:
loof2736 2022-11-09 14:30:31 -05:00
parent fa8bde1bbb
commit 57c55a6e78
2 changed files with 9 additions and 7 deletions

View File

@ -1,7 +0,0 @@
/* Rounded cards */
.cardContent,
.cardPadder,
.cardOverlayContainer {
border-radius: 15px !important;
}

9
CSS/rounded-elements.css Normal file
View File

@ -0,0 +1,9 @@
/* Rounded elements */
.cardContent,
.cardPadder,
.cardOverlayContainer,
.blurhash-canvas,
.dialog {
border-radius: 15px !important;
}