Overhaul StatusBar

This commit is contained in:
Denevola 2022-10-20 17:38:48 +09:00
parent 2cb8230d9c
commit 0938a9809b
5 changed files with 317 additions and 213 deletions

View file

@ -43,7 +43,7 @@ defineEmits(['playthis']);
position: fixed;
top: 2rem;
bottom: calc(5rem + 5vh);
right: 1rem;
left: 1rem;
width: 30rem;
max-width: calc(100% - 2rem);
background: var(--color-background-mute);