mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Rename retweet css class to prevent uBlock hiding
This commit is contained in:
parent
7cb1986a8f
commit
a4399c753a
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.retweet, .pinned, .tweet-stats {
|
||||
.retweet-header, .pinned, .tweet-stats {
|
||||
align-content: center;
|
||||
color: $grey;
|
||||
display: flex;
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.retweet {
|
||||
.retweet-header {
|
||||
margin-top: -5px !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue