diff --git a/src/config/window.json b/src/config/window.json index 0dfd045..767083d 100644 --- a/src/config/window.json +++ b/src/config/window.json @@ -3,5 +3,6 @@ "height" : 150, "transparent" : true, "frame" : false, - "resizable" : false + "resizable" : false, + "maximizable" : false } \ No newline at end of file diff --git a/src/scripts/components/tag/title-bar.tag b/src/scripts/components/tag/title-bar.tag index bc97e07..2c62123 100644 --- a/src/scripts/components/tag/title-bar.tag +++ b/src/scripts/components/tag/title-bar.tag @@ -16,6 +16,8 @@ title-bar width: 12px; height: 12px; border-radius: 50%; + cursor: pointer; + -webkit-app-region: no-drag; } :scope .close:before, :scope .close:after {