mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 09:46:49 +00:00
override line height of buttons
This commit is contained in:
parent
7871397d14
commit
61158a788f
1 changed files with 2 additions and 1 deletions
3
resources/assets/sass/custom.scss
vendored
3
resources/assets/sass/custom.scss
vendored
|
@ -317,7 +317,8 @@ body, button, input, textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reactions button {
|
.reactions button {
|
||||||
font-size: 1.575rem
|
font-size: 1.575rem;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue