1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-30 14:38:31 +00:00
FrankerFaceZ/styles/widgets/icon-picker.scss
SirStendec 14400e16bc 4.39.0
* Added: Option to change the size of Message Hover actions.
* Added: New chat action appearance type "Emote" that makes it easy to use an emote image for an action.
* Changed: Do not show the "Pin" action on messages with no message body.
* Changed: Use Twitch's API for embeds/tooltips of Twitch URLs. This now makes use of clip embed data being sent via PubSub, notably.
* Fixed: Multiple emotes with the same name being listed in tab-completion.

* Experiment: There's a new chat line render method available. This is not currently enabled for any users, but it will be enabled after more internal testing. The new method is not necessarily faster, though it should not be slower. The main purpose of the rewrite is code de-duplication and making the renderer easier to maintain.
* API Added: `chat.addLinkProvider(provider);` to register a handler for link data.
* API Fixed: Do not allow duplicate registration of tokenizers or rich embed handlers for chat.
2022-12-18 17:30:34 -05:00

21 lines
No EOL
280 B
SCSS

.ffz--emote-picker__list,
.ffz--icon-picker__list {
max-height: 15rem;
font-size: 1.6rem;
.ffz-icon {
width: auto !important;
figure {
pointer-events: none;
}
}
}
.ffz--emote-picker {
.ffz-preview-emote {
width: 2rem;
height: 2rem;
object-fit: contain;
}
}