bugfix (get weird on resizing)

This commit is contained in:
pypy
2020-01-12 22:46:29 +09:00
parent a3b224ed6c
commit 4641ce58c3

View File

@@ -193,6 +193,7 @@ CefSharp.BindObjectAsync(
});
var $appDarkStyle = document.createElement('link');
$appDarkStyle.disabled = true;
$appDarkStyle.rel = 'stylesheet';
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
document.head.appendChild($appDarkStyle);