Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jangseun committed Jan 8, 2025
1 parent d1d6c75 commit 8d1578a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/routes/(start-story)/storys/[storyId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@
{/if}

<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:global(html, body) {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
.story {
margin: 0;
padding: 0;
Expand Down
5 changes: 5 additions & 0 deletions src/routes/oven/(time)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
import oven from '/src/public/element/otherthing/otherelement/oven.png';
import danger from '/src/public/element/otherthing/otherelement/choseoven.png';
import thr from `${ASSETS_PREFIX}/oven1.png`;
import one from `${ASSETS_PREFIX}/oven2.png`;
import onethr from `${ASSETS_PREFIX}/oven3.pn;g`;
import eig from `${ASSETS_PREFIX}/oven4.png`;
const ovenImages = {
'thr': `${ASSETS_PREFIX}/oven1.png`,
'one': `${ASSETS_PREFIX}/oven2.png`,
Expand Down

0 comments on commit 8d1578a

Please sign in to comment.