Fix width on the room selector
This commit is contained in:
parent
7e1b747a37
commit
344e225ff4
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& .room-selector {
|
& .room-selector {
|
||||||
width: calc(100% - var(--sp-extra-tight));
|
width: calc(100% - 2 * var(--sp-extra-tight));
|
||||||
@include dir.side(margin, auto, 0);
|
@include dir.side(margin, auto, auto);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue