Skip to content

Commit 097a56a

Browse files
committed
[bug] fix input double spacing
1 parent 40c96e3 commit 097a56a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/css/reset.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ th{
191191

192192
label{
193193
display: inline-block;
194-
margin-bottom:0.5rem;
194+
margin-bottom:0;
195195
}
196196

197197
button{

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
varversion=(function(){
33

4-
varcurrent="3.69.0";
4+
varcurrent="3.69.1";
55

66
varcompare=function(a,b){
77
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.69.0",
5+
"version": "3.69.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)