mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Add favorite emotes. Add emote menu sorting. Use a CSS variable for border colors for chat lines. Use fixed emote images for the emote menu.
This commit is contained in:
parent
a01b21e9d9
commit
1841ab156c
13 changed files with 450 additions and 99 deletions
|
@ -29,6 +29,33 @@
|
|||
}
|
||||
|
||||
|
||||
.ffz-i-lock {
|
||||
position: absolute;
|
||||
bottom: 0; right: 0;
|
||||
border-radius: .2rem;
|
||||
font-size: 1rem;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.ffz--favorite {
|
||||
position: absolute;
|
||||
bottom: 0; right: 0;
|
||||
|
||||
font-size: 1rem;
|
||||
border-radius: .5rem;
|
||||
color: gold;
|
||||
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
|
||||
.ffz__tooltip & {
|
||||
bottom: .1rem; right: .1rem;
|
||||
padding: .2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.modified-emote {
|
||||
~ .chat-line__message--emote {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue