chore: updated vite-plugin-pwa, fixes

This commit is contained in:
trashtemp
2022-01-16 17:22:06 +01:00
parent da5d82537d
commit 4ea97e0209
4 changed files with 273 additions and 133 deletions

View File

@@ -66,6 +66,7 @@
display: flex;
padding: 0 1.5em;
font-size: 0.875rem;
font-weight: 500;
> div {
padding: 8px;

View File

@@ -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)