[design] position hidden input at the bottom of wrap

This commit is contained in:
Kombie 2020-09-18 21:50:08 +01:00 committed by GitHub
parent 4263df92ee
commit 216e24f6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "6.2.0",
"version": "6.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "nightTab",
"version": "6.2.0",
"version": "6.3.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {

View File

@ -1368,7 +1368,7 @@ input[type="range"]:disabled::-moz-range-progress {
min-width: 1px;
min-height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
-webkit-appearance: none;
}

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "6.2.0";
var current = "6.3.0";
var name = "Jaded Raven";

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "6.2.0",
"version": "6.3.0",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"