Skip to content

Commit f8c4d1b

Browse files
committed
[design] fix menu tab size on small screens
1 parent 4347abb commit f8c4d1b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/css/menu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
}
119119

120120
.menu-nav-button {
121-
flex-basis: 33%;
122-
max-width: 33%;
121+
flex-basis: 33.3333333333%;
122+
max-width: 33.3333333333%;
123123
}
124124
}
125125

@@ -181,8 +181,8 @@
181181
}
182182

183183
.menu-nav-button {
184-
flex-basis: 33%;
185-
max-width: 33%;
184+
flex-basis: 33.3333333333%;
185+
max-width: 33.3333333333%;
186186
}
187187
}
188188

src/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var version = (function() {
22

3-
var current = "3.30.8";
3+
var current = "3.30.9";
44

55
var compare = function(a, b) {
66
var pa = a.split(".");

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "3.30.8",
5+
"version": "3.30.9",
66
"manifest_version": 2,
77
"chrome_url_overrides": {
88
"newtab": "index.html"

0 commit comments

Comments
 (0)