Add proper delete button and fix item ordering

This commit is contained in:
2024-10-20 16:57:38 +02:00
parent bb3f277ba5
commit be5ce414ba
2 changed files with 49 additions and 32 deletions

View File

@ -25,10 +25,6 @@
.ts-control {
.item {
.fa-times {
margin-left: 5px;
margin-right: 5px;
}
cursor: pointer;
background-color: #e4e4e4;
@ -39,6 +35,7 @@
margin-top: 5px;
margin-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
}
}