Skip to content

Commit f8c4d1b

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎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
varversion=(function(){
22

3-
varcurrent="3.30.8";
3+
varcurrent="3.30.9";
44

55
varcompare=function(a,b){
66
varpa=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)