diff --git a/css/style.css b/css/style.css index 242baaf..43404ea 100644 --- a/css/style.css +++ b/css/style.css @@ -326,7 +326,7 @@ position: fixed; top: 0px; left: 0px; - width: calc(100% - 50px); + width: calc(100% - 150px); height: 30px; z-index: 999; } diff --git a/index.html b/index.html index 7a746fc..8eebf1d 100644 --- a/index.html +++ b/index.html @@ -32,12 +32,12 @@
Bling has been installed. Reload
- - - - - - +
+ +
+
+ +
diff --git a/js/helpers/Utils.js b/js/helpers/Utils.js index d6083b5..6f31051 100644 --- a/js/helpers/Utils.js +++ b/js/helpers/Utils.js @@ -2,12 +2,12 @@ $(document).ready(function () { $("#toolbar-window .minimize").click(function() { - + window.minimize(); }); $("#toolbar-window .maximize").click(function() { - + window.maximize(); }); $("#toolbar-window .close").click(function()