Skip to content

Commit c012a47

Browse files
committed
[bug] fix shade intial render opacity
1 parent c6e90a7 commit c012a47

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎src/css/shade.css‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
left:-1em;
66
width:calc(100%+2em);
77
height:calc(100%+2em);
8+
opacity:0;
89
transition: opacity var(--layout-animation-speed-fast) ease-in-out, background-color var(--layout-animation-speed-fast) ease-in-out;
910
z-index:var(--z-index-shade);
1011
}

‎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.23.0";
3+
varcurrent="3.23.1";
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.23.0",
5+
"version": "3.23.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)