Restore padding and height of message input pre-textarea era

This commit is contained in:
Jérémie Astori 2016-08-02 00:33:16 -04:00
parent 2e0381ba90
commit c33ff6a378

View file

@ -548,10 +548,10 @@ button {
background: rgba(0, 0, 0, .06); background: rgba(0, 0, 0, .06);
border-radius: 2px; border-radius: 2px;
bottom: 4px; bottom: 4px;
height: 48px; height: 45px;
left: 5px; left: 5px;
font-size: 14px; font-size: 14px;
line-height: 48px; line-height: 45px;
position: absolute; position: absolute;
text-align: center; text-align: center;
width: 210px; width: 210px;
@ -1249,7 +1249,6 @@ button {
background: white; background: white;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
min-height: 37px;
} }
#form #nick { #form #nick {
@ -1257,7 +1256,7 @@ button {
color: #666; color: #666;
font: inherit; font: inherit;
font-size: 11px; font-size: 11px;
margin: 5px; margin: 4px;
line-height: 26px; line-height: 26px;
height: 24px; height: 24px;
padding: 0 9px; padding: 0 9px;
@ -1296,9 +1295,9 @@ button {
#form #submit { #form #submit {
color: #9ca5b4; color: #9ca5b4;
font-size: 14px; font-size: 14px;
height: 34px; height: 32px;
transition: opacity .2s; transition: opacity .2s;
width: 34px; width: 32px;
flex: 0 0 auto; flex: 0 0 auto;
} }