1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-15 10:12:09 -04:00

Support tweet content disclosures (AI and ads)

Fixes #1374
This commit is contained in:
Zed
2026-03-21 06:52:51 +01:00
parent 7ce29bd8f1
commit 33bf2c2397
12 changed files with 143 additions and 17 deletions

View File

@@ -80,8 +80,8 @@
}
.tweet-published {
margin-top: 10px;
margin-bottom: 3px;
margin-top: 6px;
margin-bottom: 0px;
color: var(--grey);
pointer-events: all;
}
@@ -292,3 +292,16 @@
padding: 10px 10px;
padding-top: 6px;
}
.disclosures {
display: flex;
flex-direction: column;
color: var(--grey);
font-size: 14px;
margin-top: 4px;
margin-bottom: -2px;
.icon-attention {
margin-right: -3px;
}
}