Put attachment controls inside attachmentsPlace

This commit is contained in:
the-djmaze 2023-02-25 14:24:42 +01:00
parent 4b11b5477e
commit 661e66d7fd
2 changed files with 12 additions and 15 deletions

View file

@ -313,8 +313,8 @@
}
.attachmentsControls {
padding: 7px 5px 7px 14px;
border-bottom: 1px solid var(--border-color, #bbb);
padding-top: 7px;
border-top: 1px solid var(--border-color, #bbb);
}
.attachmentsControls > * {
display: inline-block;