diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-12 02:47:17 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-12 02:47:17 +0100 |
commit | e1dd8faaa5a4ace2854a71c10695105a7e07cf49 (patch) | |
tree | 4befabe0a07e29aafad67c239bbf52c3f61f714e /index.html | |
parent | f9b4d17140c708a1d853dff0555d0ccaf7c172fd (diff) |
feat: load image by dragging it into viewport
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ </head> <body style="padding-top: 100dvh; " class="import-active"> <div class="navbar columns is-mobile is-fixed-top"> - <div class="column"> + <div class="column" id="viewport"> <div class="hero is-fullheight" style="min-height: 100dvh;"> <div class="hero-body"> <div class="container" > |