Improve Room Directory Look & Feel

By adding an icon next to the title.
Requires https://github.com/matrix-org/matrix-react-sdk/pull/848
This commit is contained in:
Luke Barnard 2017-04-27 18:04:41 +01:00
parent 5defd0bb74
commit afb4b79d81
3 changed files with 11 additions and 1 deletions

View file

@ -96,6 +96,12 @@ limitations under the License.
float: right;
}
.mx_RoomHeader_simpleHeader .mx_RoomHeader_icon {
margin-left: 14px;
margin-right: 24px;
vertical-align: -4px;
}
.mx_RoomHeader_name {
vertical-align: middle;
width: 100%;

View file

@ -28,6 +28,10 @@ limitations under the License.
flex-direction: column;
}
.mx_RoomDirectory .mx_RoomHeader_simpleHeader {
margin-left: 0px;
}
.mx_RoomDirectory_list {
flex: 1;