mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-27 00:59:00 +01:00
[design] reduce white flash on load on some browsers
This commit is contained in:
parent
0edb128df4
commit
9841b0c5dd
@ -18,7 +18,7 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
transition: background-color var(--layout-timing-extra-fast);
|
||||
/* transition: background-color var(--layout-timing-extra-fast); */
|
||||
}
|
||||
|
||||
.is-background-color-by-theme body {
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
var version = (function() {
|
||||
|
||||
var current = "3.71.0";
|
||||
var current = "3.72.0";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
@ -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.71.0",
|
||||
"version": "3.72.0",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user