finally, queue logic
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user