Increase max width for mention prompts

This commit is contained in:
Zoltan Hosszu
2026-03-17 10:45:52 +01:00
committed by Mike Dalessio
parent ea871757f2
commit 1f24ed662b
+4
View File
@@ -120,6 +120,10 @@
margin-block: 1em;
}
.lexxy-prompt-menu {
max-inline-size: min(35ch, calc(100% - var(--lexxy-prompt-offset-x)));
}
/* Content
/* ------------------------------------------------------------------------ */