UX: add double class declarations (#72)

This commit is contained in:
chapoi 2023-11-13 13:47:55 +01:00 committed by GitHub
parent 34a75d3275
commit 12533c0798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,10 +23,12 @@
flex-direction: column;
align-items: flex-start;
.d-modal__container,
.modal-inner-container {
--modal-max-width: $reply-area-max-width;
width: 100%;
height: 100%;
max-height: unset;
display: grid;
grid-template-rows: auto 1fr auto;
@ -37,6 +39,7 @@
margin: 0;
}
.d-modal__footer,
.modal-footer {
display: flex;
align-items: center;