mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update nav drawer
This commit is contained in:
parent
31dc3c06e1
commit
c5e8888cb4
6 changed files with 52 additions and 38 deletions
|
@ -90,7 +90,7 @@
|
|||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
.bottomPaddedCard .cardBox {
|
||||
.bottomPaddedCard .cardBox:not(.visualCardBox) {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,6 @@
|
|||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
background: #fff;
|
||||
margin: 7px;
|
||||
}
|
||||
|
||||
.ui-body-b .visualCardBox {
|
||||
|
@ -115,7 +114,7 @@
|
|||
}
|
||||
|
||||
.defaultBackground .cardImage, .ui-body-b .visualCardBox {
|
||||
background-color: #262626;
|
||||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
.cardScalable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue