Merge pull request #2472 from jellyfin/dkanada-patch-1

add border radius to several card elements
This commit is contained in:
Bill Thornton 2021-05-04 13:17:41 -04:00 committed by GitHub
commit 7390314001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 13 deletions

View file

@ -229,11 +229,6 @@ a[data-role=button] {
border-radius: 0.8em;
}
.visualCardBox .cardOverlayContainer {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.defaultCardBackground1 {
background-color: #9c20ab;
}