Fix:Bookshelf shadow,Fix:Series volume sort

This commit is contained in:
advplyr 2021-12-04 16:21:10 -06:00
parent 9423727f89
commit 0c1a0f5d01
5 changed files with 12 additions and 15 deletions

View file

@ -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);
}
}