Add local setting for pop-in player position

This commit is contained in:
Thibaut Girka
2020-10-26 20:45:25 +01:00
parent ea5298ab9b
commit 49ee69f75f
4 changed files with 27 additions and 3 deletions

View File

@ -1066,6 +1066,11 @@ a.status-card.compact:hover {
right: 20px;
width: 300px;
&.left {
right: unset;
left: 20px;
}
&__footer {
border-radius: 0 0 4px 4px;
background: lighten($ui-base-color, 4%);