Cloak the buttons in filtered notifications

pull/472/head
Lim Chee Aun 2024-03-26 23:44:18 +08:00
rodzic d671178c02
commit 0a695410d9
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -15,7 +15,8 @@ body.cloak,
.account-block, .account-block,
.catchup-filters .filter-author *, .catchup-filters .filter-author *,
.post-peek-html *, .post-peek-html *,
.post-peek-content > * { .post-peek-content > *,
.request-notifications-account * {
text-decoration-thickness: 1.1em; text-decoration-thickness: 1.1em;
text-decoration-line: line-through; text-decoration-line: line-through;
/* text-rendering: optimizeSpeed; */ /* text-rendering: optimizeSpeed; */
@ -51,7 +52,8 @@ body.cloak,
.cloak { .cloak {
.media-container figcaption, .media-container figcaption,
.media-container figcaption > *, .media-container figcaption > *,
.catchup-filters .filter-author * { .catchup-filters .filter-author *,
.request-notifications-account * {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
} }