From 57c55a6e7819ccb93d35cd353cf272d12fdcec1d Mon Sep 17 00:00:00 2001 From: loof2736 Date: Wed, 9 Nov 2022 14:30:31 -0500 Subject: [PATCH] Fixed rounded cards --- CSS/rounded-cards.css | 7 ------- CSS/rounded-elements.css | 9 +++++++++ 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 CSS/rounded-cards.css create mode 100644 CSS/rounded-elements.css diff --git a/CSS/rounded-cards.css b/CSS/rounded-cards.css deleted file mode 100644 index cb034e1..0000000 --- a/CSS/rounded-cards.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Rounded cards */ - -.cardContent, -.cardPadder, -.cardOverlayContainer { - border-radius: 15px !important; -} \ No newline at end of file diff --git a/CSS/rounded-elements.css b/CSS/rounded-elements.css new file mode 100644 index 0000000..0ee9d56 --- /dev/null +++ b/CSS/rounded-elements.css @@ -0,0 +1,9 @@ +/* Rounded elements */ + +.cardContent, +.cardPadder, +.cardOverlayContainer, +.blurhash-canvas, +.dialog { + border-radius: 15px !important; +} \ No newline at end of file