Renamed channels to rooms (#30)

This commit is contained in:
unknown
2021-08-31 18:43:31 +05:30
parent b5dfc337ec
commit 705910d9e0
42 changed files with 291 additions and 291 deletions

View File

@@ -0,0 +1,21 @@
.room-tile {
display: flex;
&__content {
flex: 1;
min-width: 0;
margin: 0 var(--sp-normal);
&__desc {
white-space: pre-wrap;
& a {
white-space: wrap;
}
}
& .text:not(:first-child) {
margin-top: var(--sp-ultra-tight);
}
}
}