tweak room list font sizes

This commit is contained in:
Bruno Windels 2018-10-24 14:03:16 +02:00
parent 5425eda438
commit 9299d84a13
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ limitations under the License.
text-transform: uppercase;
color: $roomsublist-label-fg-color;
font-weight: 700;
font-size: 14px;
font-size: 12px;
margin-left: 16px;
padding-left: 16px; /* gutter */
padding-right: 16px; /* gutter */

View File

@ -54,7 +54,7 @@ limitations under the License.
.mx_RoomTile_name {
flex: 1 5 auto;
font-size: 16px;
font-size: 14px;
font-weight: 600;
padding: 6px;
color: $roomtile-name-color;