From 5ec1e02ab8547ee97e7a58c972532d4564ab2df6 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 2 Jul 2024 14:43:56 +0300 Subject: [PATCH] Made sidebar taller --- package.json | 2 +- src/pages/stylesheets/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d605174..79147f4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "scripts": { "start": "web-ext run", - "nightly": "web-ext run --firefox=/home/manerakai/software/firefox_nightly/firefox", + "nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox", "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix", "build": "web-ext build", "test": "web-ext lint", diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index e3212a6..b220efd 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 {