Reduce conversation bottom padding
Revert inadvertent visual change introduced with vertical flex styling
in 0569d4c
.
// FREEBIE
This commit is contained in:
parent
1360349156
commit
2f03768abb
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
.conversation {
|
.conversation {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 20px;
|
padding: 20px 20px 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
|
@ -597,7 +597,7 @@ input.search {
|
||||||
.conversation {
|
.conversation {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
padding: 20px;
|
padding: 20px 20px 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
border-radius: 10px; }
|
border-radius: 10px; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue