Added clear and cancel queue buttons

This commit is contained in:
RemixDev
2020-04-14 16:48:13 +02:00
parent 336e1c43c8
commit 92be2a120e
6 changed files with 61 additions and 15 deletions

View File

@@ -427,3 +427,6 @@ input[type="text"], input[type="password"], input[type="number"]{
color: var(--primary-text);
margin-bottom: 8px;
}
.right{
float: right;
}