Fix room view styling on mobile

Fixes MS-530
This commit is contained in:
Ramon Wenger 2023-01-12 16:41:57 +01:00
parent eb4f74b918
commit 4daf56f6da
2 changed files with 5 additions and 2 deletions

View File

@ -42,6 +42,7 @@ export default {
width: 30px; width: 30px;
fill: $color-charcoal-dark; fill: $color-charcoal-dark;
margin-right: 15px; margin-right: 15px;
flex-shrink: 0;
} }
& > span { & > span {

View File

@ -44,8 +44,10 @@
justify-content: flex-start; justify-content: flex-start;
position: relative; position: relative;
& > :first-child { @include desktop {
margin-left: $large-spacing; & > :first-child {
margin-left: $large-spacing;
}
} }
& > :nth-child(2) { & > :nth-child(2) {