forked from External/greenlight
Use a different banner image for personal rooms
This commit is contained in:
parent
87bccb1204
commit
219ea625e0
BIN
app/assets/images/bg_personal_room.jpg
Normal file
BIN
app/assets/images/bg_personal_room.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 853 KiB |
@ -35,6 +35,10 @@ html, body {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body[data-controller=landing][data-action=rooms].app-background {
|
||||||
|
background-image: asset-url('bg_personal_room');
|
||||||
|
}
|
||||||
|
|
||||||
#alerts {
|
#alerts {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user