Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
basic styling to make it look ok before applying new design
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Sep 11, 2019
1 parent 7754e08 commit 6f62cdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/structures/_RoomDirectory.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
1 change: 1 addition & 0 deletions res/css/views/elements/_AccessibleButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ limitations under the License.

.mx_AccessibleButton {
cursor: pointer;
white-space: nowrap;
}

.mx_AccessibleButton:focus {
Expand Down

0 comments on commit 6f62cdb

Please sign in to comment.