mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Focus main tweet in threads
This commit is contained in:
parent
2b7b374708
commit
f1529077d7
4 changed files with 12 additions and 6 deletions
|
|
@ -14,6 +14,11 @@
|
|||
background-color: $bg_panel;
|
||||
}
|
||||
|
||||
.main-tweet {
|
||||
padding-top: 50px;
|
||||
margin-top: -50px;
|
||||
}
|
||||
|
||||
.main-tweet .tweet-content {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue