Revert "Fix Lexxy prompt list padding by lowering rich-text specificity"

This reverts commit 31fec69822.
This commit is contained in:
Andy Smith
2025-12-10 14:12:34 -06:00
parent 31fec69822
commit 0e9350d637
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -288,12 +288,17 @@
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 {
:where(.rich-text-content) {
.rich-text-content {
--block-margin: 0.5lh;
:where(h1, h2, h3, h4, h5, h6) {