diff --git a/src/App.vue b/src/App.vue index edbab1f..44723ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,7 +45,7 @@ export default { // extra width so zoom for height ratio scale = appHeight / this.window.height } - this.window.style = `zoom: ${scale};` + this.window.style = `zoom: ${Math.min(scale, 1)};` } } } diff --git a/static/wallpaper.jpg b/static/wallpaper.jpg new file mode 100644 index 0000000..28b8119 Binary files /dev/null and b/static/wallpaper.jpg differ