refs #1349 Set line-height in body to change according to font-size

This commit is contained in:
AkiraFukushima 2020-09-16 22:09:21 +09:00
parent 616addd96f
commit 243b9d0a0c
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ body,
--base-font-size: 14px;
font-size: var(--base-font-size);
line-height: 1.42;
.theme-popover {
background-color: #d9e1e8;

View File

@ -286,6 +286,7 @@ export default {
justify-content: flex-end;
align-items: center;
user-select: none;
line-height: normal;
.channel {
margin-right: auto;