mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Reduce conversation bottom padding
Revert inadvertent visual change introduced with vertical flex styling
in 0569d4c.
// FREEBIE
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user