mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-12 00:50:53 +00:00
3.5.373. Fix global emotes bug. Fix API stupidity with not passing all attributes of emotes/emote sets/badges. Add badge click_action function. Add support for target-msg-id CLEARMESSAGE tag. Add alternate mode tab-completion handling. Also older changes because I'm bad at commiting. Closes #55
This commit is contained in:
parent
791fcab2d2
commit
cc5aec5591
12 changed files with 203 additions and 142 deletions
|
@ -53,6 +53,21 @@
|
|||
}
|
||||
|
||||
|
||||
// Clip Center?
|
||||
.ce-clip-center:not(.ce-clip-center--editing) .ce-clip-center__pre-control {
|
||||
background-color: @nav-bg-color;
|
||||
border-color: fade(white, 10%);
|
||||
}
|
||||
|
||||
.ce-filmstrip-fade--left {
|
||||
background-image: linear-gradient(90deg, @bg-color 13%, fade(@bg-color, 0%) 70%)
|
||||
}
|
||||
|
||||
.ce-filmstrip-fade--right {
|
||||
background-image: linear-gradient(-90deg, @bg-color 13%, fade(@bg-color, 0%) 70%)
|
||||
}
|
||||
|
||||
|
||||
// Buttons
|
||||
|
||||
.button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue