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

Commit

Permalink
tweak room list font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Oct 24, 2018
1 parent 5425eda commit 9299d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/css/structures/_RoomSubList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion res/css/views/rooms/_RoomTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9299d84

Please sign in to comment.