finally, queue logic

This commit is contained in:
2024-04-14 01:19:20 +03:00
parent d716a92dac
commit c64958bb9d
15 changed files with 177 additions and 17 deletions

View File

@ -41,9 +41,9 @@
display: flex;
flex-flow: row;
justify-content: space-between;
align-items: flex-start;
margin-top: 1rem;
margin-bottom: 1rem;
border: 2px solid #00d8a4;
}
@keyframes headerDrop {
@ -97,3 +97,7 @@
display: flex;
flex-flow: row;
}
.queue-info > * {
text-align: left;
}