mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: make custom emojis bigger
This commit is contained in:
parent
e699369f1f
commit
aaee239d6a
1 changed files with 4 additions and 4 deletions
|
@ -72,15 +72,15 @@ div.html-body {
|
||||||
|
|
||||||
img.hicli-custom-emoji {
|
img.hicli-custom-emoji {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 24px;
|
height: 2rem; /* text height is 1.5rem, so this will make lines a bit taller */
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 72px;
|
max-width: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.hicli-sizeless-inline-img {
|
img.hicli-sizeless-inline-img {
|
||||||
height: 24px;
|
height: 1.5rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 72px;
|
max-width: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.hicli-spoiler {
|
span.hicli-spoiler {
|
||||||
|
|
Loading…
Add table
Reference in a new issue