mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fixed rounded cards
This commit is contained in:
parent
fa8bde1bbb
commit
57c55a6e78
@ -1,7 +0,0 @@
|
||||
/* Rounded cards */
|
||||
|
||||
.cardContent,
|
||||
.cardPadder,
|
||||
.cardOverlayContainer {
|
||||
border-radius: 15px !important;
|
||||
}
|
||||
9
CSS/rounded-elements.css
Normal file
9
CSS/rounded-elements.css
Normal file
@ -0,0 +1,9 @@
|
||||
/* Rounded elements */
|
||||
|
||||
.cardContent,
|
||||
.cardPadder,
|
||||
.cardOverlayContainer,
|
||||
.blurhash-canvas,
|
||||
.dialog {
|
||||
border-radius: 15px !important;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user