[bug] fix shade intial render opacity

This commit is contained in:
zombieFox 2019-06-25 20:52:29 +01:00
parent c6e90a70e4
commit c012a476ac
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
left: -1em;
width: calc(100% + 2em);
height: calc(100% + 2em);
opacity: 0;
transition: opacity var(--layout-animation-speed-fast) ease-in-out, background-color var(--layout-animation-speed-fast) ease-in-out;
z-index: var(--z-index-shade);
}

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.23.0";
var current = "3.23.1";
var compare = function(a, b) {
var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.23.0",
"version": "3.23.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"