1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-07 20:45:36 -05:00

Focus replies when "Load more" clicked

This commit is contained in:
Zed
2019-10-22 09:18:18 +02:00
parent f1529077d7
commit c25b780c03
3 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
background-color: $bg_panel;
}
.main-tweet {
.main-tweet, .replies {
padding-top: 50px;
margin-top: -50px;
}