CSS to make Twemoji for PikiDiary's userscript not look weird
Twemoji for PikiDiary Companion by wishstyles
Details
Authorwishstyles
LicenseNo License
Categorypikidiary.lol
Created
Updated
Size421 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Twemoji for PikiDiary Companion
@version 20241224.15.46
@namespace grggqwhggrqhjghjqwgbbsdjhfbwhriu3eiuwhiqyq
@description CSS to make Twemoji for PikiDiary's userscript not look weird
@author Wish
==/UserStyle== */
@-moz-document url-prefix("https://pikidiary.lol/") {
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
}