about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-07-02 14:43:56 +0300
committerManeraKai <manerakai@protonmail.com>2024-07-02 14:43:56 +0300
commit5ec1e02ab8547ee97e7a58c972532d4564ab2df6 (patch)
treee7f36cd0b89b3bb6afa2ae4971ecaf4d2f04e1ee /src/pages/stylesheets
parentRe-added Nitter https://github.com/libredirect/browser_extension/issues/934 (diff)
downloadlibredirect-5ec1e02ab8547ee97e7a58c972532d4564ab2df6.zip
Made sidebar taller
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index e3212a66..b220efdb 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -131,7 +131,7 @@ section.links {
 	flex-wrap: wrap;
 	flex-direction: column;
 	width: 350px;
-	max-height: 970px;
+	max-height: 1030px;
 }
 
 section.links div {