giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

commit f27df5b7a6189a9eb424e7da7f1f5e00555623ce
parent ef9b997fca684d6a2a6f835aa532a53a45985712
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Fri, 16 Nov 2018 17:17:05 +1300

[!] Removed scroll bounce.

Scroll bouncing makes the ui feel like a web page, when we want it to feel like a
desktop app.

Diffstat:
Mcmd/desktop/ui/src/App.vue | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cmd/desktop/ui/src/App.vue b/cmd/desktop/ui/src/App.vue @@ -208,12 +208,12 @@ export default { outline: 0.5px dotted black; } -body { - height: 100vh; -} - -#app { +html, body { height: 100vh; + width: 100vw; + overflow: hidden; + padding: 0; + margin: 0; } #input-form {