mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 07:58:31 +00:00
4.20.75
* Added: Better options for highlight / block terms, letting you make rules case sensitive, match whole words, and highlight in chat or not. * Added: Documentation of glob syntax. * Changed: Split `Chat > Filtering` into several sub-categories to make it easier to find specific options. * Changed: Display seconds with the up-time metadata by default, matching Twitch. * Fixed: The Unfollow button not hiding on the standalone player. * Fixed: Loading issue for graphs on the dashboard. * API Added: Allow add-ons to target the `player` flavor.
This commit is contained in:
parent
715a92e298
commit
16ab515b4b
26 changed files with 523 additions and 220 deletions
|
@ -258,10 +258,41 @@ textarea.ffz-input {
|
|||
|
||||
|
||||
.ffz--home {
|
||||
h2, p {
|
||||
h2, p, table {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--color-border-base);
|
||||
|
||||
thead {
|
||||
border-bottom: 1px solid var(--color-border-base);
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
|
||||
&:not(:last-child) {
|
||||
border-right: 1px solid var(--color-border-base);
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
background-color: var(--color-background-alt);
|
||||
}
|
||||
|
||||
th,
|
||||
tr:nth-child(2n + 0) td {
|
||||
background-color: var(--color-background-base);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
margin: 1em 0;
|
||||
|
@ -343,6 +374,7 @@ textarea.ffz-input {
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.ffz--home,
|
||||
.ffz--changelog,
|
||||
.ffz--widget {
|
||||
code {
|
||||
|
@ -352,7 +384,7 @@ textarea.ffz-input {
|
|||
background-color: rgba(0,0,0,0.1);
|
||||
|
||||
.tw-root--theme-dark & {
|
||||
background-color: rgba(255,255,255,0.05);
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue