global: add custom context menu, fix js not working when swapping through htmx
This commit is contained in:
parent
d5e6c8a82c
commit
b483e5dc12
5 changed files with 89 additions and 20 deletions
|
|
@ -923,4 +923,23 @@ mini-player {
|
|||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Context Menu */
|
||||
.context-menu {
|
||||
position: fixed;
|
||||
background: var(--win-bg-grey);
|
||||
border: 2px solid;
|
||||
border-color: #ffffff #808080 #808080 #ffffff;
|
||||
box-shadow: 2px 2px 0 #000;
|
||||
border-radius: 4px;
|
||||
padding: 0.5rem 0;
|
||||
min-width: 150px;
|
||||
z-index: 9999;
|
||||
font-family: 'VT323', monospace;
|
||||
font-size: 1.2rem;
|
||||
|
||||
img {
|
||||
width: 10svw;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue