Merge pull request #1778 from h3poteto/iss-1349

closes #1349 Set line-height in body to change according to font-size
This commit is contained in:
AkiraFukushima 2020-09-16 23:00:52 +09:00 committed by GitHub
commit 0a1ef40855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;