Change "tweets" to "posts" to avoid ublock hiding

This commit is contained in:
Zed 2019-07-31 03:59:38 +02:00
parent 4f7e0ffc22
commit 9d9bd10e15
5 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ body {
line-height: 1.3;
}
#tweets {
#posts {
background-color: #161616;
}
@ -725,7 +725,7 @@ video {
text-align: center;
}
.profile-statlist .tweets {
.profile-statlist .posts {
flex: 0.4 1 0;
}