Skip to content

Commit 5ec1e02

Browse files
committed
Made sidebar taller
1 parent ffcb0a8 commit 5ec1e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"start": "web-ext run",
10-
"nightly": "web-ext run --firefox=/home/manerakai/software/firefox_nightly/firefox",
10+
"nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
1111
"android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix",
1212
"build": "web-ext build",
1313
"test": "web-ext lint",

src/pages/stylesheets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ section.links {
131131
flex-wrap: wrap;
132132
flex-direction: column;
133133
width: 350px;
134-
max-height: 970px;
134+
max-height: 1030px;
135135
}
136136

137137
section.links div {

0 commit comments

Comments
 (0)