1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 23:48:31 +00:00

Change the settings pop-out to use a chat pop-out. Tweaks to badge visibility rendering. Forcibly set tw-theme--dark on body since Twitch doesn't do it consistently with pop-outs.

This commit is contained in:
SirStendec 2018-03-24 04:19:41 -04:00
parent cc682230e2
commit c190ecf5ed
11 changed files with 129 additions and 108 deletions

View file

@ -29,7 +29,7 @@
header {
a {
font-weight: bold;
color: inherit;
color: inherit !important;
}
}
}

View file

@ -3,6 +3,16 @@
label:before, label:after {
opacity: 0.5
}
input:focus + label {
&:before, &:after {
opacity: 1
}
}
button:not(:focus) {
visibility: hidden;
}
}
.tw-checkbox__input:checked+.tw-checkbox__label:after,
@ -11,11 +21,11 @@
}
.ffz-badge.preview-image {
width: 7.2rem;
height: 7.2rem;
background-size: 7.2rem;
width: 3.6rem;
height: 3.6rem;
background-size: 3.6rem;
background-repeat: no-repeat;
}
width: 30rem;
width: 22rem;
}