Skip to content

Instantly share code, notes, and snippets.

@pacochi
Created November 24, 2022 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacochi/0506fd5936d7b6a29b5b8370134cebb8 to your computer and use it in GitHub Desktop.
Save pacochi/0506fd5936d7b6a29b5b8370134cebb8 to your computer and use it in GitHub Desktop.
絵文字ピッカーでかくする
/* ==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