mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Fix container height in message detail screen
// FREEBIE
This commit is contained in:
@@ -45,6 +45,9 @@
|
||||
}
|
||||
|
||||
.message-detail {
|
||||
.container {
|
||||
height: calc(100% - (#{$header-height} + 4px));
|
||||
}
|
||||
|
||||
.message-container {
|
||||
background: white;
|
||||
|
||||
@@ -571,6 +571,8 @@ input.search {
|
||||
font-family: monospace;
|
||||
padding: 0 1em; }
|
||||
|
||||
.message-detail .container {
|
||||
height: calc(100% - (36px + 4px)); }
|
||||
.message-detail .message-container {
|
||||
background: white;
|
||||
padding: 1em 0; }
|
||||
|
||||
Reference in New Issue
Block a user