refs #1349 Set line-height in body to change according to font-size
This commit is contained in:
parent
616addd96f
commit
243b9d0a0c
|
@ -75,6 +75,7 @@ body,
|
|||
--base-font-size: 14px;
|
||||
|
||||
font-size: var(--base-font-size);
|
||||
line-height: 1.42;
|
||||
|
||||
.theme-popover {
|
||||
background-color: #d9e1e8;
|
||||
|
|
|
@ -286,6 +286,7 @@ export default {
|
|||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
line-height: normal;
|
||||
|
||||
.channel {
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Reference in New Issue