mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
More cloak fixes
This commit is contained in:
parent
52b60fa38b
commit
aaf64bbc34
2 changed files with 11 additions and 6 deletions
|
@ -8,7 +8,7 @@ body.cloak,
|
|||
.name-text *,
|
||||
.status .content-container,
|
||||
.status .content-container *,
|
||||
.status .content-compact,
|
||||
.status .content-compact > *,
|
||||
.account-container :is(header, main > *:not(.actions)),
|
||||
.account-container :is(header, main > *:not(.actions)) *,
|
||||
.header-double-lines,
|
||||
|
@ -42,11 +42,16 @@ body.cloak,
|
|||
/* SPECIAL CASES */
|
||||
|
||||
@supports (display: -webkit-box) {
|
||||
body.cloak .card :is(.title, .meta) {
|
||||
background-color: var(--text-color) !important;
|
||||
:is(body.cloak, .cloak) .card :is(.title, .meta) {
|
||||
background-color: currentColor !important;
|
||||
}
|
||||
}
|
||||
|
||||
.catchup-filters .filter-author * {
|
||||
color: var(--text-color);
|
||||
body.cloak,
|
||||
.cloak {
|
||||
.media-container figcaption,
|
||||
.media-container figcaption > *,
|
||||
.catchup-filters .filter-author * {
|
||||
color: currentColor !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2441,7 +2441,7 @@ function StatusCompact({ sKey }) {
|
|||
<span>{filterTitleStr}</span>
|
||||
</b>
|
||||
) : (
|
||||
statusPeekText
|
||||
<span>{statusPeekText}</span>
|
||||
)}
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Reference in a new issue