fix(composer): fix styles in popout composer

This commit is contained in:
Evan Morikawa 2016-02-23 13:55:20 -08:00
parent 39265572bc
commit eedf84792d
2 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,11 @@ body.platform-win32 {
}
.composer-action-bar-wrap {
border-radius: 0;
.btn.btn-toolbar {
&.btn-emphasis {
.btn.btn-emphasis;
}
}
}
input, input:focus {
box-shadow: none;
@ -65,6 +70,10 @@ body.platform-win32 {
box-shadow: 0 0 0;
margin: 0;
padding: 0 9px;
&.btn-emphasis {
.btn.btn-emphasis;
}
}
.btn-send {
@ -277,7 +286,7 @@ body.platform-win32 {
}
.composer-action-bar-content {
padding: 8px 0.5px;
padding: 9px 13.5px 9px 22.5px;
}
.compose-body {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB