basic styling to make it look ok before applying new design
This commit is contained in:
parent
cf8ca176e2
commit
810977a916
2 changed files with 10 additions and 0 deletions
|
@ -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 a new issue