set zoom to max at 1.0 and added static/wallpaper.jpg
This commit is contained in:
parent
4030654a04
commit
9479fc75b9
@ -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)};`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
static/wallpaper.jpg
Normal file
BIN
static/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
Loading…
Reference in New Issue
Block a user