Let container-div fit in key-verification-window

// FREEBIE
This commit is contained in:
Wasseranomalie 2015-12-11 21:31:06 +01:00
parent bc576e18d5
commit 2618c8095e
2 changed files with 6 additions and 0 deletions

View file

@ -54,6 +54,9 @@
padding: 0 1em;
-webkit-user-select: text;
}
.container {
height : calc(100% - (36px + 5px + 1px + 4px));
}
}
.message-detail {

View file

@ -622,6 +622,9 @@ input.search {
font-family: monospace;
padding: 0 1em;
-webkit-user-select: text; }
.key-verification .container {
height : calc(100% - (36px + 5px + 1px + 4px));
}
.message-detail .container {
height: calc(100% - (36px + 4px)); }