mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
fix(sidebar): Make the sidebar labels slightly smaller
This commit is contained in:
parent
b3b94c4304
commit
c25a3c7ea0
2 changed files with 5 additions and 1 deletions
|
@ -14,9 +14,10 @@
|
|||
.heading {
|
||||
color: @text-color-very-subtle;
|
||||
font-weight: @font-weight-semi-bold;
|
||||
font-size: @font-size-small;
|
||||
font-size: @font-size-smaller;
|
||||
padding-left:@padding-small-horizontal;
|
||||
padding-top:@padding-small-horizontal;
|
||||
letter-spacing: -0.2px;
|
||||
}
|
||||
|
||||
.item {
|
||||
|
|
|
@ -8,6 +8,9 @@ Tabs = require './tabs'
|
|||
|
||||
class PluginsView extends React.Component
|
||||
@displayName: 'PluginsView'
|
||||
@containerStyles:
|
||||
minWidth: 500
|
||||
maxWidth: 99999
|
||||
|
||||
constructor: (@props) ->
|
||||
@state = @_getStateFromStores()
|
||||
|
|
Loading…
Add table
Reference in a new issue