some list things; image uplaod

This commit is contained in:
Simon Martens
2026-01-21 21:12:05 +01:00
parent bd4d6571e0
commit 1aa24b97cc
9 changed files with 1582 additions and 1193 deletions

View File

@@ -66,6 +66,22 @@
@apply bg-stone-50;
}
body[data-dragging="true"] tool-tip {
pointer-events: none;
}
body[data-dragging="true"] .tooltip-box {
display: none !important;
}
html.dragging tool-tip {
pointer-events: none;
}
html.dragging .tooltip-box {
display: none !important;
}
* {
@apply normal-nums;
}