Skip to content

Commit efd4e48

Browse files
committed
Working booth cycler, bayBEEEEE
1 parent da30793 commit efd4e48

File tree

11 files changed

+41
-36
lines changed

11 files changed

+41
-36
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ assets/
1818
.cache/
1919
.clangd/
2020
memo.md
21-
public/*
22-
!public/assets/
23-
!public/assets/*
24-
!public/_headers
25-
!public/index.html
2621

2722
# main
2823
.tmp/
@@ -34,3 +29,4 @@ dist/
3429
node_modules/
3530
package-lock.json
3631
*.js.map
32+
*DS_Store*

public/index-old.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
max-height: 100%;
112112
min-height: 0;
113113
object-fit: contain;
114-
background: rgb(210 210 255 / 0.25);
114+
background: rgb(13 13 13);
115115
}
116116

117117
#title_area {
@@ -142,7 +142,7 @@
142142
border-top: 1px solid rgb(210 210 255 / 0.67);
143143
background:
144144
linear-gradient(100deg, rgb(210 210 255) 40%, transparent 42%, 48%, rgb(210 210 255) 50%, 57%, transparent 58%) 0% 50% / 2em 4em no-repeat,
145-
rgb(210 210 255 / 0.1);
145+
rgb(210 210 255 / 0.2);
146146
}
147147
</style>
148148
<body>

public/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/media/codec/decoderWebCodecs.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/media/format/demuxerMP4Box.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/player/audio/decoderWorker/worker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/player/audio/rendererWorker/worker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)