We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcb0a8 commit 5ec1e02Copy full SHA for 5ec1e02
package.json
@@ -7,7 +7,7 @@
7
},
8
"scripts": {
9
"start": "web-ext run",
10
- "nightly": "web-ext run --firefox=/home/manerakai/software/firefox_nightly/firefox",
+ "nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
11
"android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix",
12
"build": "web-ext build",
13
"test": "web-ext lint",
src/pages/stylesheets/styles.css
@@ -131,7 +131,7 @@ section.links {
131
flex-wrap: wrap;
132
flex-direction: column;
133
width: 350px;
134
- max-height: 970px;
+ max-height: 1030px;
135
}
136
137
section.links div {
0 commit comments