forked from abner/for-legacy-web
chore: updated vite-plugin-pwa, fixes
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
display: flex;
|
||||
padding: 0 1.5em;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
|
||||
> div {
|
||||
padding: 8px;
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
.preact-context-menu .context-menu {
|
||||
z-index: 10000;
|
||||
min-width: 190px;
|
||||
font-weight: 500;
|
||||
padding: 6px 8px;
|
||||
user-select: none;
|
||||
font-size: 0.875rem;
|
||||
color: var(--secondary-foreground);
|
||||
border-radius: var(--border-radius);
|
||||
//background: var(--primary-background) !important;
|
||||
background-color: rgba(
|
||||
var(--primary-background-rgb),
|
||||
max(var(--min-opacity), 0.9)
|
||||
|
||||
Reference in New Issue
Block a user