Created
November 24, 2022 09:45
-
-
Save pacochi/0506fd5936d7b6a29b5b8370134cebb8 to your computer and use it in GitHub Desktop.
絵文字ピッカーでかくする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name 絵文字ピッカーでかくする | |
@namespace hen.acho.co | |
@version 1.0.0 | |
@description fedibird 用に書きましたがどこの Mastodon でも大体いけると思います。 | |
@author pacochi | |
==/UserStyle== */ | |
@-moz-document domain("fedibird.com") { | |
.emoji-picker-dropdown__menu > section { | |
width: 100% !important; | |
} | |
.emoji-mart-scroll { | |
height: 50vh; | |
max-height: 50vh; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment