unify backdrops
This commit is contained in:
parent
ba749de15d
commit
aed49d567d
14 changed files with 420 additions and 296 deletions
11
dashboard-ui/bower_components/emby-webcomponents/backdrop/style.css
vendored
Normal file
11
dashboard-ui/bower_components/emby-webcomponents/backdrop/style.css
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
.backdropImage {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue