Revert "Fix Lexxy prompt list padding by lowering rich-text specificity"
This reverts commit 31fec69822.
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
@layer components {
|
||||
:where(.rich-text-content) {
|
||||
.rich-text-content {
|
||||
--block-margin: 0.5lh;
|
||||
|
||||
:where(h1, h2, h3, h4, h5, h6) {
|
||||
|
||||
Reference in New Issue
Block a user