add buttons to move slots

build css
This commit is contained in:
2024-05-29 16:47:22 -05:00
parent 149f0a411b
commit b0de3fb221
5 changed files with 32 additions and 3 deletions

View File

@@ -296,6 +296,8 @@ div.event-lineup {
.Panel-cell:has(.SelectBox),
.Panel-cell:has(.drag-handle),
button:has(+.position-label-flags),
button.addToStarting,
button.addToBench
{
display: none;
}
@@ -305,6 +307,12 @@ div.event-lineup {
.Panel-cell:has(.sequence) {
display: none;
}
&.bench button.addToBench {
display: none;
}
}
&.starting button.addToStarting, &.position-only button.addToStarting {
display: none;
}
}
}