Center backgrounds on Deck and Radio

This commit is contained in:
Lucidiot 2018-10-20 14:42:07 +00:00
parent 0a3d5e2050
commit d618e1407e
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
.app-deck #app-content, .app-deck #app-content #board-status {
background-image: url('https://source.unsplash.com/weekly?city');
background-size: cover;
background-position: center;
background-attachment: fixed;
}
/* Loading screen */

View File

@ -1,6 +1,7 @@
.app-radio #app-content {
background-image: url('https://source.unsplash.com/weekly?radio');
background-size: cover;
background-position: center;
background-attachment: fixed;
}