mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-28 14:49:38 +00:00
Change:Cover background blur #216
This commit is contained in:
parent
8225d35022
commit
bbcc8fbb91
5 changed files with 27 additions and 26 deletions
|
|
@ -170,4 +170,16 @@ Bookshelf Label
|
|||
border-color: rgba(255, 244, 182, 0.6);
|
||||
border-style: solid;
|
||||
color: #fce3a6;
|
||||
}
|
||||
|
||||
|
||||
.cover-bg {
|
||||
width: calc(100% + 40px);
|
||||
height: calc(100% + 40px);
|
||||
top: -20px;
|
||||
left: -20px;
|
||||
background-size: 100% 100%;
|
||||
background-position: center;
|
||||
opacity: 1;
|
||||
filter: blur(20px);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue