Drag handle layout fix

This commit is contained in:
Andrio Celos 2023-08-31 13:59:47 +10:00
parent 90f0c3f4ea
commit 35b4759348

View File

@ -1375,7 +1375,6 @@ button.dragging {
#addDeckControls > button:is(:active, .checked) { border-color: var(--special-accent-colour-2); }
.handle {
width: 2em;
background: url('assets/grip-horizontal.svg') 0.5em center/1em no-repeat;
}
.deckList .handle {
@ -1385,6 +1384,9 @@ button.dragging {
top: 0;
bottom: 0;
}
.touchmode .deckList .handle {
width: 2em;
}
.card .handle {
position: absolute;
left: 0;