Fix Lexxy prompt list padding by lowering rich-text specificity

This commit is contained in:
Andy Smith
2025-12-10 14:12:14 -06:00
parent 96b6c6e9dc
commit 31fec69822
2 changed files with 3 additions and 8 deletions
+2 -7
View File
@@ -288,17 +288,12 @@
font-size: var(--text-small);
list-style: none;
margin: 0;
max-height: 200px;
min-inline-size: var(--lexxy-prompt-min-width);
overflow: auto;
padding: var(--lexxy-prompt-padding);
visibility: hidden;
z-index: var(--z-popup);
max-height: 200px;
overflow: scroll;
&:is(.lexxy-prompt-menu--visible) {
padding: var(--lexxy-prompt-padding);
}
}
.lexxy-prompt-menu--visible {
+1 -1
View File
@@ -1,5 +1,5 @@
@layer components {
.rich-text-content {
:where(.rich-text-content) {
--block-margin: 0.5lh;
:where(h1, h2, h3, h4, h5, h6) {