mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Add x padding on message detail container
// FREEBIE
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
|
||||
.message-container {
|
||||
background: white;
|
||||
padding: 1em 0;
|
||||
padding: 20px;
|
||||
|
||||
.sender {
|
||||
display: none;
|
||||
|
||||
@@ -722,7 +722,7 @@ input.search {
|
||||
background: #2090ea; }
|
||||
.message-detail .message-container {
|
||||
background: white;
|
||||
padding: 1em 0; }
|
||||
padding: 20px; }
|
||||
.message-detail .message-container .sender {
|
||||
display: none; }
|
||||
.message-detail .info {
|
||||
|
||||
Reference in New Issue
Block a user