feat(frontend): open sidebar media on click, unbreak long-press menus
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user