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 {
|
.message-detail {
|
||||||
|
.container {
|
||||||
|
height: calc(100% - (#{$header-height} + 4px));
|
||||||
|
}
|
||||||
|
|
||||||
.message-container {
|
.message-container {
|
||||||
background: white;
|
background: white;
|
||||||
|
|
|
@ -571,6 +571,8 @@ input.search {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
padding: 0 1em; }
|
padding: 0 1em; }
|
||||||
|
|
||||||
|
.message-detail .container {
|
||||||
|
height: calc(100% - (36px + 4px)); }
|
||||||
.message-detail .message-container {
|
.message-detail .message-container {
|
||||||
background: white;
|
background: white;
|
||||||
padding: 1em 0; }
|
padding: 1em 0; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue