mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-04-24 15:27:00 -05:00
Drag handle layout fix
This commit is contained in:
parent
90f0c3f4ea
commit
35b4759348
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user