Fix container height in message detail screen

// FREEBIE
This commit is contained in:
lilia 2015-11-05 14:32:55 -08:00
parent 14cb6b58a2
commit 8a73706512
2 changed files with 5 additions and 0 deletions

View file

@ -45,6 +45,9 @@
}
.message-detail {
.container {
height: calc(100% - (#{$header-height} + 4px));
}
.message-container {
background: white;

View file

@ -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; }