[frontend/components] Fix reply/quote style in compose

This commit is contained in:
pancakes 2025-01-12 22:17:41 +10:00
parent ec0e23a1f7
commit 3b7fb93b3e
No known key found for this signature in database
GPG key ID: ED53D426432B861B
2 changed files with 2 additions and 1 deletions

View file

@ -130,6 +130,7 @@
border: solid var(--highlight-color) 0.1rem;
border-radius: 0.75rem;
padding: 0.75rem;
overflow: clip;
}
.backdrop {

View file

@ -2,7 +2,7 @@
display: flex;
padding-bottom: 0.5em;
position: relative;
z-index: 1;
z-index: +1;
}
.note-container {