mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-08 04:06:08 +08:00
fix(examples): small fixes in translate and personal-level plugins
This commit is contained in:
parent
c9faea9ec6
commit
b520dcbb25
2 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,7 @@ class TranslateButton extends React.Component
|
||||||
#
|
#
|
||||||
_renderButton: =>
|
_renderButton: =>
|
||||||
<button className="btn btn-toolbar">
|
<button className="btn btn-toolbar">
|
||||||
Translate
|
Translate <span style={fontSize: "9px", verticalAlign: "middle"}>▼</span>
|
||||||
<RetinaImg name="toolbar-chevron.png"/>
|
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
_onTranslate: (lang) =>
|
_onTranslate: (lang) =>
|
||||||
|
|
|
@ -4,4 +4,5 @@
|
||||||
div.personal-level-icon {
|
div.personal-level-icon {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue