Reduce conversation bottom padding

Revert inadvertent visual change introduced with vertical flex styling
in 0569d4c.

// FREEBIE
This commit is contained in:
lilia 2016-01-25 14:53:43 -08:00
parent 1360349156
commit 2f03768abb
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
.conversation {
background-color: #ffffff;
margin: 10px;
padding: 20px;
padding: 20px 20px 10px;
border-radius: 10px;
height: calc(100% - 20px);
border-radius: 10px;

View File

@ -597,7 +597,7 @@ input.search {
.conversation {
background-color: #ffffff;
margin: 10px;
padding: 20px;
padding: 20px 20px 10px;
border-radius: 10px;
height: calc(100% - 20px);
border-radius: 10px; }