mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
parent
7ce29bd8f1
commit
33bf2c2397
12 changed files with 143 additions and 17 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue