Closed zhaocai closed 8 years ago
Hey! could you elaborate where this is a problem?
1.font-size: 24px
:
2.font-size: 0.9rem
The panel-heading is for atom-script
. Check the icon size on the right side, you can see that the font-size
is too big.
In fact, using fixed font-size
assumes the base font-size
to be the default 14px
. What if some one uses 9px
or 18px
as default, fixed font-size
would make the theme looks disproportional.
thanks! I will implement this in the next patch.
Thanks. Great Theme!
One more suggestion, the wrap-guide
looks too distinctive. Try if you like the style below.
.wrap-guide {
background-color: lighten( @base-background-color, 5% );
}
Fixed
px
size does not work with different settings.Example