Skip to content

Commit 815c8dc

Browse files
committed
[bug] fix search clear button position
1 parent 3ac964c commit 815c8dc

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nighttab",
3-
"version": "4.21.0",
3+
"version": "4.21.1",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/header.css‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@
156156
pointer-events: all;
157157
}
158158

159+
.header-date-body,
160+
.header-clock-body,
161+
.header-search-body,
162+
.header-button-body,
163+
.header-greeting-body,
164+
.header-transitional-body{
165+
position: relative;
166+
}
167+
159168
.header-date-body{
160169
font-size:var(--header-date-size);
161170
flex-grow:1;

‎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="4.21.0";
3+
varcurrent="4.21.1";
44

55
varname="Naughty Goose";
66

‎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": "4.21.0",
5+
"version": "4.21.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)