1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 18:26:57 +00:00

4.0.0-rc3. Display a warning for complex or invalid filtering terms, using the safe-regex NPM module. Add a separate Regex (Word) filtering mode. Fix channel hosting control. Fix hide extensions. Add a fix for bad local echo emote indices for chat. Position the color picker above rather than below for filter terms. Apply a dark theme to the color picker. Rewrite the filter terms editor to use the term editor component for adding a new term.

This commit is contained in:
SirStendec 2018-06-27 14:13:59 -04:00
parent 2a790ad7cd
commit 038270d232
23 changed files with 669 additions and 423 deletions

View file

@ -7,6 +7,8 @@
@import "./widgets/profile-selector.scss";
@import "./widgets/badge-visibility.scss";
@import "./widgets/color-picker.scss";
.tw-display-inline { display: inline !important }
.tw-width-auto { width: auto !important }
@ -16,6 +18,10 @@
font-family: monospace;
}
.ffz-bottom-100 {
bottom: 100%;
}
.ffz--widget {
input, select {
@ -55,6 +61,7 @@
figure {
width: 3rem;
margin: .4rem;
text-align: center;
height: calc(100% - .8rem);
}