[design] improve menu spacing on small screens

This commit is contained in:
Kuldeep M 2019-06-25 16:06:19 +01:00
parent 5108a7c31c
commit 749c0c969d
3 changed files with 5 additions and 4 deletions

View File

@ -56,7 +56,7 @@
} }
.menu-content { .menu-content {
padding: 0 3em; padding: 0 1.5em;
} }
.menu-content-area { .menu-content-area {
@ -82,7 +82,7 @@
} }
.menu-item-form { .menu-item-form {
padding: 0 2em 2em 3em; padding: 0 0 2em 2em;
} }
.menu-close { .menu-close {
@ -138,6 +138,7 @@
} }
.menu-content { .menu-content {
padding: 0 3em;
overflow-y: auto; overflow-y: auto;
} }

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "3.21.0"; var current = "3.22.0";
var compare = function(a, b) { var compare = function(a, b) {
var pa = a.split("."); var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab", "name": "nightTab",
"short_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.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.21.0", "version": "3.22.0",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"