Resolve "Improve UX/UI of new room (with no remembered identity)"

This commit is contained in:
10G Meow 2022-05-11 14:08:45 +00:00 committed by N Pex
parent fa8edb2d24
commit df2bbacffc
17 changed files with 161 additions and 108 deletions

View file

@ -37,12 +37,6 @@
background: white;
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
.join-user-info {
display: flex;
flex-wrap: nowrap;
max-width: 500px;
}
@media #{map-get($display-breakpoints, 'sm-and-down')} {
padding: 20px;
}