mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-11 16:35:09 +01:00
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:
commit
0a1ef40855
@ -75,6 +75,7 @@ body,
|
|||||||
--base-font-size: 14px;
|
--base-font-size: 14px;
|
||||||
|
|
||||||
font-size: var(--base-font-size);
|
font-size: var(--base-font-size);
|
||||||
|
line-height: 1.42;
|
||||||
|
|
||||||
.theme-popover {
|
.theme-popover {
|
||||||
background-color: #d9e1e8;
|
background-color: #d9e1e8;
|
||||||
|
@ -286,6 +286,7 @@ export default {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
line-height: normal;
|
||||||
|
|
||||||
.channel {
|
.channel {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user