mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
tweak room list font sizes
This commit is contained in:
parent
5425eda438
commit
9299d84a13
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user