Skip to content

Commit

Permalink
Fix the preview window width
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Apr 29, 2021
1 parent 8e67e32 commit 2b20928
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 7 additions & 2 deletions TODO.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
- [X] Replace rendering preview with spining wheel on rendering
- [ ] Get rid of the "Render" buttons
- Just rerender every time something changes
- With WebAssembly speed it this will be especially nice
- [ ] When you upload big image it takes up a lot of space on the screen
- With WebAssembly sped up gif.js this will be especially nice
- [X] When you upload big image it takes up a lot of space on the screen
- [ ] Prevent several concurrent render processess
- [ ] Rename JAM to Laughing
- JAM is actually infeasiable rn
- [X] Rendered GIF has no transparency
- [-] Presets
- [-] JAM
Expand All @@ -17,6 +19,9 @@
- [ ] Going out of bounds of edges
- [ ] Customizable flipping
- [ ] Bounce
- [ ] Pepego
- https://betterttv.com/emotes/5c85dd4b2bc49a0419824494
- Just animate UV
- [ ] More usable UI layout (does not have to be pretty)
- [ ] Replace the Lorem with actually useful texts
- [ ] Add copyright footer
Expand Down
4 changes: 4 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ h2 {
transform: rotate(360deg);
}
}

#custom-preview {
width: 112px;
}

0 comments on commit 2b20928

Please sign in to comment.