fix(T2418): Make buttons in the composer footer 4px taller

Fixes https://phab.nylas.com/T2418 ("Fixes")
This commit is contained in:
Ben Gotow 2015-07-30 14:51:36 -07:00
parent 6609fe272c
commit 43711f93fe
2 changed files with 5 additions and 3 deletions

View file

@ -1,11 +1,9 @@
React = require "react"
CalendarBar = require "./calendar-bar"
module.exports =
activate: (@state) ->
# Package turned off for now
deactivate: ->
serialize: -> @state

View file

@ -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;