[design] fix menu tab size on small screens

This commit is contained in:
Kuldeep M 2019-07-11 13:32:25 +01:00
parent 4347abb4bd
commit f8c4d1bdb8
3 changed files with 6 additions and 6 deletions

View File

@ -118,8 +118,8 @@
}
.menu-nav-button {
flex-basis: 33%;
max-width: 33%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}
}
@ -181,8 +181,8 @@
}
.menu-nav-button {
flex-basis: 33%;
max-width: 33%;
flex-basis: 33.3333333333%;
max-width: 33.3333333333%;
}
}

View File

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

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": "3.30.8",
"version": "3.30.9",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"