mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-09 17:55:35 +08:00
fix(T2418): Make buttons in the composer footer 4px taller
Fixes https://phab.nylas.com/T2418 ("Fixes")
This commit is contained in:
parent
88a45dfd13
commit
07322b3b6c
2 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
React = require "react"
|
||||
CalendarBar = require "./calendar-bar"
|
||||
|
||||
module.exports =
|
||||
|
||||
activate: (@state) ->
|
||||
# Package turned off for now
|
||||
|
||||
|
||||
deactivate: ->
|
||||
|
||||
serialize: -> @state
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
background: transparent;
|
||||
border-bottom: 0;
|
||||
|
||||
.btn {
|
||||
// Yes, 4px taller than in the rest of the app: https://phab.nylas.com/T2418
|
||||
height:28px;
|
||||
}
|
||||
.composer-action-bar-content {
|
||||
display:flex;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in a new issue