mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-02 00:59:37 +00:00
Fix:Bookshelf shadow,Fix:Series volume sort
This commit is contained in:
parent
9423727f89
commit
0c1a0f5d01
5 changed files with 12 additions and 15 deletions
|
|
@ -148,6 +148,9 @@ input[type=number] {
|
|||
.box-shadow-book {
|
||||
box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166;
|
||||
}
|
||||
.shadow-height {
|
||||
height: calc(100% - 4px);
|
||||
}
|
||||
|
||||
.box-shadow-book3d {
|
||||
box-shadow: 4px 1px 8px #11111166, 1px -4px 8px #11111166;
|
||||
|
|
@ -182,4 +185,4 @@ Bookshelf Label
|
|||
background-position: center;
|
||||
opacity: 1;
|
||||
filter: blur(20px);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue