parent
a23e862e62
commit
adf919e0fe
2 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,7 @@
|
|||
.key {
|
||||
font-family: monospace;
|
||||
padding: 0 1em;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -620,7 +620,8 @@ input.search {
|
|||
padding: 1em; }
|
||||
.key-verification .key {
|
||||
font-family: monospace;
|
||||
padding: 0 1em; }
|
||||
padding: 0 1em;
|
||||
-webkit-user-select: text; }
|
||||
|
||||
.message-detail .container {
|
||||
height: calc(100% - (36px + 4px)); }
|
||||
|
|
Loading…
Reference in a new issue