mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move classes to portable server project
This commit is contained in:
parent
1c0379bee1
commit
c203b7253b
9 changed files with 67 additions and 88 deletions
|
@ -70,7 +70,7 @@ h1, h1 a {
|
|||
}
|
||||
|
||||
.cardImageContainer {
|
||||
border-radius: 7px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.noSecondaryNavPage .itemBackdrop {
|
||||
|
@ -104,3 +104,8 @@ h1, h1 a {
|
|||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
.cardOverlayButton {
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue