diff --git a/main.js b/main.js index 45091cd..e20d669 100644 --- a/main.js +++ b/main.js @@ -90,7 +90,7 @@ function createWindow() { try { appIcon(); } catch (error) { - console.error(error); + //console.error(error); // expected output: TypeError: appIcon is not a function } }); diff --git a/manager.css b/manager.css index 7520933..abfab7a 100644 --- a/manager.css +++ b/manager.css @@ -36,7 +36,11 @@ span { font-size: 32px; text-align: center; } - +.disabled { + text-align: center; + font-weight: normal; + font-family: Helvetica, sans-serif; +} .container { position: fixed; top: 50%; @@ -107,7 +111,12 @@ button#open-themes-btn:active { left: 50%; transform: translateX(-50%); } - +#tm-disabled { + position: absolute; + top: 100px; + left: 50%; + transform: translateX(-50%); +} #tm-list-item { background: #23272a; font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; diff --git a/manager.html b/manager.html index c900b99..09aac68 100644 --- a/manager.html +++ b/manager.html @@ -11,7 +11,7 @@
-

Disabled Themes:

+

Disabled Themes: