Skip to content

Commit

Permalink
Modify UI Parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
keoinn committed Oct 3, 2024
1 parent ef31ba0 commit fadb454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SmorreryScence.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ onMounted(() => {
#target {
#info {
position: absolute;
top: 5%;
top: 10%;
width: 100%;
text-align: center;
color: white;
Expand All @@ -75,7 +75,7 @@ onMounted(() => {
#timeControl {
position: absolute;
left: 50%;
bottom: 10%;
bottom: 13%;
transform: translateX(-50%);
background: rgba(205, 140, 140, 0.7);
padding: 10px;
Expand Down

0 comments on commit fadb454

Please sign in to comment.