mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-30 00:16:02 +08:00
fix(outline-view): Make text larger in the sidebar
This commit is contained in:
parent
226cf4ce64
commit
daa2a66063
1 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
cursor: default;
|
||||
color: @text-color-very-subtle;
|
||||
font-weight: @font-weight-semi-bold;
|
||||
font-size: @font-size-smaller;
|
||||
font-size: @font-size-small * 0.9;
|
||||
padding-left:@padding-small-horizontal;
|
||||
padding-top:@padding-small-horizontal;
|
||||
padding-right: @padding-xs-horizontal;
|
||||
|
@ -72,10 +72,10 @@
|
|||
flex: 1;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
font-size: @font-size-small;
|
||||
font-size: @font-size-base;
|
||||
font-weight: 400;
|
||||
padding-right: @spacing-standard;
|
||||
line-height: @line-height-large * 1.1;
|
||||
line-height: @line-height-large;
|
||||
clear: both;
|
||||
|
||||
img.content-mask {
|
||||
|
|
Loading…
Add table
Reference in a new issue