mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
decrease context menu width
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user