Add preference for configuring sticky navbar

Fixes #1354
This commit is contained in:
Zed 2026-02-09 17:32:03 +01:00
commit 5d28bd18c6
9 changed files with 26 additions and 15 deletions

View file

@ -16,8 +16,10 @@
.main-tweet,
.replies {
padding-top: 50px;
margin-top: -50px;
body.fixed-nav & {
padding-top: 50px;
margin-top: -50px;
}
}
.main-tweet .tweet-content {