Skip to content

Commit caf8ddc

Browse files
feat: update CSS to hide "From <domain>" (#275)
1 parent 52b6ee9 commit caf8ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[data-testid="card.wrapper"]:has([data-testid="card.layoutLarge.media"]) + a {
1+
[data-testid="card.wrapper"]:has([data-testid="card.layoutLarge.media"]) + div a {
22
display: none;
33
}

0 commit comments

Comments
 (0)