mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-28 09:38:50 +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;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-height: 100vh;
|
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 {
|
.is-background-color-by-theme body {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
var current = "3.71.0";
|
var current = "3.72.0";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "nightTab",
|
"name": "nightTab",
|
||||||
"short_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.",
|
"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,
|
"manifest_version": 2,
|
||||||
"chrome_url_overrides": {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user