mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 23:24:32 +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
6609fe272c
commit
43711f93fe
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
React = require "react"
|
React = require "react"
|
||||||
CalendarBar = require "./calendar-bar"
|
|
||||||
|
|
||||||
module.exports =
|
module.exports =
|
||||||
|
|
||||||
activate: (@state) ->
|
activate: (@state) ->
|
||||||
# Package turned off for now
|
# Package turned off for now
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,10 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-bottom: 0;
|
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 {
|
.composer-action-bar-content {
|
||||||
display:flex;
|
display:flex;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue