basic styling to make it look ok before applying new design

This commit is contained in:
Bruno Windels 2019-09-10 16:07:27 +02:00
parent 7754e08d84
commit 6f62cdb22c
2 changed files with 10 additions and 0 deletions

View file

@ -135,4 +135,13 @@ limitations under the License.
.mx_RoomDirectory_table tr {
padding-bottom: 10px;
cursor: pointer;
.mx_RoomDirectory_roomDescription {
width: 50%;
}
.mx_RoomDirectory_join, .mx_RoomDirectory_preview {
width: 80px;
text-align: center;
}
}