Fix width on the room selector

This commit is contained in:
Michael Zhang 2023-03-31 18:26:17 -05:00
parent 7e1b747a37
commit 344e225ff4
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -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);
} }
} }