this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix more cloaking business

+14 -2
+14 -2
src/cloak-mode.css
··· 9 9 .status .content-container, 10 10 .status .content-container *, 11 11 .status .content-compact > *, 12 + .account-container .actions small, 12 13 .account-container :is(header, main > *:not(.actions)), 13 14 .account-container :is(header, main > *:not(.actions)) *, 14 - .header-double-lines, 15 + .header-double-lines *, 15 16 .account-block, 16 17 .catchup-filters .filter-author *, 17 18 .post-peek-html *, 18 19 .post-peek-content > *, 19 - .request-notifications-account * { 20 + .request-notifications-account *, 21 + .status.compact-thread *, 22 + .status .content-compact { 20 23 text-decoration-thickness: 1.1em; 21 24 text-decoration-line: line-through; 22 25 /* text-rendering: optimizeSpeed; */ ··· 50 53 51 54 body.cloak, 52 55 .cloak { 56 + .header-double-lines *, 57 + .account-container .profile-metadata b, 58 + .account-container .actions small, 59 + .account-container .stats *, 53 60 .media-container figcaption, 54 61 .media-container figcaption > *, 55 62 .catchup-filters .filter-author *, 56 63 .request-notifications-account * { 57 64 color: var(--text-color) !important; 65 + } 66 + 67 + .account-container .actions small, 68 + .status .content-compact { 69 + background-color: currentColor !important; 58 70 } 59 71 }