Let container-div fit in key-verification-window
// FREEBIE
This commit is contained in:
parent
bc576e18d5
commit
2618c8095e
2 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
-webkit-user-select: text;
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
.container {
|
||||||
|
height : calc(100% - (36px + 5px + 1px + 4px));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-detail {
|
.message-detail {
|
||||||
|
|
|
@ -622,6 +622,9 @@ input.search {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
-webkit-user-select: text; }
|
-webkit-user-select: text; }
|
||||||
|
.key-verification .container {
|
||||||
|
height : calc(100% - (36px + 5px + 1px + 4px));
|
||||||
|
}
|
||||||
|
|
||||||
.message-detail .container {
|
.message-detail .container {
|
||||||
height: calc(100% - (36px + 4px)); }
|
height: calc(100% - (36px + 4px)); }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue