Added back feature: Toggle Drag Handles. Improved positions of Add List etc buttons.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2026-01-14 19:09:07 +02:00
parent 00793c39f8
commit 5cb712bee4
12 changed files with 85 additions and 86 deletions

View file

@ -44,10 +44,12 @@
}
}
.minicard-details-menu-with-handle {
float: right;
position: absolute;
right: 0.7vw;
top: 0.7vh;
font-size: clamp(14px, 3vw, 18px);
padding-right: 4vw;
padding-left: 0.7vw;
padding: 0;
z-index: 10;
}
.minicard-details-menu {
float: right;
@ -133,9 +135,10 @@
width: clamp(20px, 2.5vw, 28px);
height: clamp(20px, 2.5vw, 28px);
position: absolute;
right: 0.7vw;
right: 3vw;
top: 0.7vh;
display: none;
z-index: 10;
}
@media only screen {
.minicard .handle {