mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 17:14:28 +01:00
[design] improve menu spacing on small screens
This commit is contained in:
parent
5108a7c31c
commit
749c0c969d
@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
padding: 0 3em;
|
||||
padding: 0 1.5em;
|
||||
}
|
||||
|
||||
.menu-content-area {
|
||||
@ -82,7 +82,7 @@
|
||||
}
|
||||
|
||||
.menu-item-form {
|
||||
padding: 0 2em 2em 3em;
|
||||
padding: 0 0 2em 2em;
|
||||
}
|
||||
|
||||
.menu-close {
|
||||
@ -138,6 +138,7 @@
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
padding: 0 3em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "3.21.0";
|
||||
var current = "3.22.0";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
@ -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": "3.21.0",
|
||||
"version": "3.22.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user