made tweet stats not show number if its equal to 0 and modified css a bit

This commit is contained in:
Mitarashi
2022-01-05 14:10:02 +02:00
parent 9a578b3cbb
commit 6dd64b02fc
2 changed files with 10 additions and 4 deletions

View File

@ -175,6 +175,8 @@
.tweet-stat {
padding-top: 5px;
padding-right: 8px;
min-width: 1em;
margin-right: 0.2em;
}
.show-thread {