Skip to content

Commit

Permalink
fix: fixed time_cnt position
Browse files Browse the repository at this point in the history
  • Loading branch information
JANERUBBISHTOEAT committed Nov 20, 2024
1 parent 5b97ef5 commit 15dfe40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
/>
<style>
:root {
/* --background-url: url("./images/home_empty.png"); */
--background-url: url("/Shawarma-Legend-Save/images/home_empty.png");
}
body {
Expand Down Expand Up @@ -150,7 +151,7 @@
const positions = {
language: { top: "7rem", left: "1rem" },
day_count: { top: "11rem", left: "47rem" },
time_count: { top: "13.2rem", left: "42rem" },
time_count: { top: "17.5rem", left: "42rem" },
volume: { top: "0rem", left: "0rem" },
music: { top: "0rem", left: "0rem" },
voice: { top: "0rem", left: "0rem" },
Expand Down

0 comments on commit 15dfe40

Please sign in to comment.