mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.0.0-rc13.7
* Fixed: Loading errors in the Browse Popular directory due to a renamed query field. * Fixed: Block and Hide Thumbnail buttons not appearing in Game directories. (Fixes #538) * Fixed: Custom chat width applying when portrait mode is active. (Fixes #540) * Fixed: FrankerFaceZ not properly detecting the dark theme when theater mode is enabled and then not using appropriate colors. (Fixes #541) * Fixed: Override badges appearing invisible with certain badge styles. * Maintenance: Update the chat types enum to match current Twitch values.
This commit is contained in:
parent
b4b6f1a1cd
commit
79e3ba23a2
31 changed files with 66 additions and 49 deletions
|
@ -33,6 +33,13 @@
|
|||
margin: 0 .3rem .2rem 0;
|
||||
background-position: center;
|
||||
vertical-align: middle;
|
||||
|
||||
&.ffz-full-size {
|
||||
min-width: 1.8rem;
|
||||
height: 1.8rem;
|
||||
margin: 0 .3rem .2rem 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
&, .tw-theme--dark & {
|
||||
&, .tw-root--theme-dark & {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ body {
|
|||
}
|
||||
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
background: #fff;
|
||||
color: #0e0c13;
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
border-radius: 2px;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
background-color: rgba(255,255,255,0.05);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ $input-border: #392e5c;
|
|||
$input-active-border: #7d5bbe;
|
||||
|
||||
|
||||
.tw-theme--dark {
|
||||
.tw-root--theme-dark {
|
||||
.vc-sketch {
|
||||
background: $bg-color;
|
||||
box-shadow: 0 0 0 1px $border-color,
|
||||
|
@ -57,7 +57,7 @@ $input-border: var(--ffz-color-26);
|
|||
$input-active-border: var(--ffz-color-5);
|
||||
|
||||
|
||||
.tw-theme--dark.tw-theme--ffz {
|
||||
.tw-root--theme-dark.tw-root--theme-ffz {
|
||||
.vc-sketch {
|
||||
background: $bg-color;
|
||||
box-shadow: 0 0 0 1px $border-color,
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
background-color: $bg-light;
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
background-color: $bg-dark;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
.active > div,
|
||||
.active > div:hover,
|
||||
.tw-theme--dark & .active > div:hover {
|
||||
.tw-root--theme-dark & .active > div:hover {
|
||||
background-color: #6441a4;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
background-color: #fff;
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
background-color: #201c2b;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
opacity: .5;
|
||||
font-variant: italic;
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
opacity: .25;
|
||||
}
|
||||
}
|
||||
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
&:last-child {
|
||||
&, .tw-theme--dark & {
|
||||
&, .tw-root--theme-dark & {
|
||||
border-bottom: none !important
|
||||
}
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
|||
&:not(.live):not(:hover):not(:focus) {
|
||||
opacity: 0.5;
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
opacity: .25;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
border-color: $border-light;
|
||||
|
||||
.tw-theme--dark & {
|
||||
.tw-root--theme-dark & {
|
||||
border-color: $border-dark;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue