mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-19 19:14:59 +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: =>
|
||||
<button className="btn btn-toolbar">
|
||||
Translate
|
||||
<RetinaImg name="toolbar-chevron.png"/>
|
||||
Translate <span style={fontSize: "9px", verticalAlign: "middle"}>▼</span>
|
||||
</button>
|
||||
|
||||
_onTranslate: (lang) =>
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
div.personal-level-icon {
|
||||
width: 15px;
|
||||
display: inline-block;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue