mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 05:15:54 +00:00
* Fixed: Unable to see in-line chat action context menus in theater mode. * Changed: Add a new socket server to the list to take pressure off the others. * API Added: `debounce` method in `FrankerFaceZ.utilities.object`. * API Added: `<autocomplete>` Vue component for implementing text fields with auto-completion. * API Changed: Update localized Vue strings immediately when the i18n debug transformation changes. * API Changed: `<icon-picker />` now has a closed and open state. It doesn't always show the drawer of icons. * API Changed: Include the `vue-clickaway` mixin in everything.
12 lines
No EOL
151 B
SCSS
12 lines
No EOL
151 B
SCSS
.ffz--icon-picker__list {
|
|
max-height: 15rem;
|
|
font-size: 1.6rem;
|
|
|
|
.ffz-icon {
|
|
width: auto !important;
|
|
|
|
figure {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
} |