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