[tor-commits] [lego/master] tpo/web/support#86: reduce .sticky top px amount

kez at torproject.org kez at torproject.org
Mon Oct 25 20:43:57 UTC 2021


commit 74642273c671f53c979c4e29f2edab5ecef08f20
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date:   Sat Sep 4 00:30:35 2021 +0000

    tpo/web/support#86: reduce .sticky top px amount
---
 assets/scss/_tor.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss
index ddd6d16..5fe4408 100644
--- a/assets/scss/_tor.scss
+++ b/assets/scss/_tor.scss
@@ -715,7 +715,7 @@ table {
 // Sticky menu
 .sticky {
   position: sticky;
-  top: 105px;
+  top: 70px;
   z-index: 999;
 }
 





More information about the tor-commits mailing list