decrease context menu width

This commit is contained in:
jeffvli
2025-11-15 13:24:51 -08:00
parent 00a012df78
commit 2c9edc47e1
@@ -1,8 +1,8 @@
.content { .content {
z-index: 1000; z-index: 1000;
width: 20rem; width: 16rem;
min-width: 20rem; min-width: 16rem;
max-width: 20rem; max-width: 16rem;
padding: var(--theme-spacing-xs); padding: var(--theme-spacing-xs);
color: var(--theme-colors-foreground); color: var(--theme-colors-foreground);
background: var(--theme-colors-background); background: var(--theme-colors-background);