Made sidebar taller

This commit is contained in:
ManeraKai 2024-07-02 14:43:56 +03:00
parent ffcb0a8873
commit 5ec1e02ab8
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
}, },
"scripts": { "scripts": {
"start": "web-ext run", "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", "android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix",
"build": "web-ext build", "build": "web-ext build",
"test": "web-ext lint", "test": "web-ext lint",

View File

@ -131,7 +131,7 @@ section.links {
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: column; flex-direction: column;
width: 350px; width: 350px;
max-height: 970px; max-height: 1030px;
} }
section.links div { section.links div {