Made sidebar taller
This commit is contained in:
parent
ffcb0a8873
commit
5ec1e02ab8
|
@ -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",
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue