basic styling to make it look ok before applying new design

pull/21833/head
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;
}
}

View File

@ -16,6 +16,7 @@ limitations under the License.
.mx_AccessibleButton {
cursor: pointer;
white-space: nowrap;
}
.mx_AccessibleButton:focus {