Skip to content

Commit c012a47

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

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

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
var version = (function() {
22

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

0 commit comments

Comments
 (0)