Fix container height in message detail screen
// FREEBIE
This commit is contained in:
parent
14cb6b58a2
commit
8a73706512
2 changed files with 5 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue