feat(frontend): open sidebar media on click, unbreak long-press menus

This commit is contained in:
hh
2026-08-06 15:17:25 +02:00
parent 12cc7d57e3
commit 004fd56f2c
5 changed files with 156 additions and 39 deletions
+8
View File
@@ -153,6 +153,14 @@ html.theme-transition * {
animation: ripple-animation 700ms;
}
@media (pointer: coarse) {
[data-context-menu-trigger] {
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
}
.bg-menu-content {
z-index: var(--z-portal-menu);
min-width: 12rem;