Icon size update

This commit is contained in:
David Hill
2025-10-30 12:46:34 +00:00
parent e533d48b51
commit 0abffdb8f8
8 changed files with 71 additions and 31 deletions

View File

@@ -4,7 +4,11 @@
min-width: 160px;
border-radius: 8px;
background-color: var(--color-background);
box-shadow: 0 0 0 1px rgba(19, 16, 16, 0.08), 0 6px 8px -4px rgba(19, 16, 16, 0.12), 0 4px 3px -2px rgba(19, 16, 16, 0.12), 0 1px 2px -1px rgba(19, 16, 16, 0.12);
box-shadow:
0 0 0 1px rgba(19, 16, 16, 0.08),
0 6px 8px -4px rgba(19, 16, 16, 0.12),
0 4px 3px -2px rgba(19, 16, 16, 0.12),
0 1px 2px -1px rgba(19, 16, 16, 0.12);
padding: 6px;
@media (prefers-color-scheme: dark) {
@@ -29,6 +33,12 @@
border-radius: 2px;
transition: background-color 0.2s ease;
.context-menu-item [data-slot="copy light"],
.context-menu-item [data-slot="copy dark"] {
width: 22px !important;
height: 26px !important;
}
[data-slot="copy dark"] {
display: none;
}