[frontend/components] Fix reply/quote style in compose
This commit is contained in:
parent
ec0e23a1f7
commit
3b7fb93b3e
2 changed files with 2 additions and 1 deletions
|
@ -130,6 +130,7 @@
|
|||
border: solid var(--highlight-color) 0.1rem;
|
||||
border-radius: 0.75rem;
|
||||
padding: 0.75rem;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.backdrop {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
padding-bottom: 0.5em;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: +1;
|
||||
}
|
||||
|
||||
.note-container {
|
||||
|
|
Loading…
Add table
Reference in a new issue