Skip to content

Commit

Permalink
fix: スタイリング
Browse files Browse the repository at this point in the history
  • Loading branch information
haruyan-hopemucci committed Nov 19, 2023
1 parent 42d8b12 commit 1a21cce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
11 changes: 10 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#paste-area {
border: 1px solid #888888;
border-radius: 0.5rem;
padding: 1em;
}

img#pasted-image {
max-width: 400px;
max-height: 400px;
Expand All @@ -7,4 +13,7 @@ canvas#output-image {
width: 400px;
height: 400px;
}
/*# sourceMappingURL=style.css.map */

img[hidden] {
display: none;
}/*# sourceMappingURL=style.css.map */
10 changes: 1 addition & 9 deletions src/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/css/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#paste-area {
border: 1px solid #888888;
border-radius: 0.5rem;
padding: 1em;
}

img#pasted-image {
// display: none;
max-width: 400px;
Expand Down

0 comments on commit 1a21cce

Please sign in to comment.