basic styling to make it look ok before applying new design
parent
7754e08d84
commit
6f62cdb22c
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@ limitations under the License.
|
|||
|
||||
.mx_AccessibleButton {
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_AccessibleButton:focus {
|
||||
|
|
Loading…
Reference in New Issue