notion-enhancer/mods/emoji-sets/app.css
Alejandro Romano 0198e29f46
Fix margins for every emoji set (#585)
Custom emojis, when displayed as icons in every page and in the left sidebar of Notion, are a bit misaligned. This is not the case for the emojis in the page content. Just specific places when they act like icons. They are a few pixels off but it triggers an OCD in me 🤣

This fixes it and it looks awesome. Precisely aligned as the default emoji set.
2021-10-18 22:05:35 +11:00

12 lines
311 B
CSS
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* emoji sets
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) this css fix was provided by Arecsu from martyr— (https://martyr.shop/)
* under the MIT license
*/
div.notion-record-icon [style*='Apple Color Emoji'] {
display: flex;
justify-content: center;
}