mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-18 02:36:56 +00:00
Add info and question icons. Bump version to beta1.7. Add chat badge visibility. Add support for setting inheritance merge strategies.
This commit is contained in:
parent
19c81bb049
commit
cc682230e2
16 changed files with 222 additions and 51 deletions
21
styles/widgets/badge-visibility.scss
Normal file
21
styles/widgets/badge-visibility.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
.ffz--badge-info {
|
||||
&.default {
|
||||
label:before, label:after {
|
||||
opacity: 0.5
|
||||
}
|
||||
}
|
||||
|
||||
.tw-checkbox__input:checked+.tw-checkbox__label:after,
|
||||
label:before, label:after {
|
||||
top: 1.05rem;
|
||||
}
|
||||
|
||||
.ffz-badge.preview-image {
|
||||
width: 7.2rem;
|
||||
height: 7.2rem;
|
||||
background-size: 7.2rem;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
width: 30rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue