mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Make emoji relative
This commit is contained in:
parent
ef4862ff46
commit
fd9015a7c5
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@ td a {
|
|||
--md-sidebar-width: 250px;
|
||||
--md-header-height: 50px;
|
||||
|
||||
--emoji-height: 22px;
|
||||
--emoji-height: 1.1em;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -392,6 +392,7 @@ nav a i {
|
|||
|
||||
img.emoji {
|
||||
height: var(--emoji-height);
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.ellipsis::after {
|
||||
|
|
Loading…
Reference in a new issue