Small styling changes, responsiveness modals

This commit is contained in:
2024-06-23 14:10:49 +02:00
parent 2c19d19c41
commit 6215b19b20
5 changed files with 12 additions and 13 deletions

View File

@ -205,8 +205,7 @@ function handleResize() {
.modal-header {
cursor: move;
padding: 0 20px;
min-height: 50px;
padding: 10px 20px;
display: flex;
justify-content: space-between;
gap: 30px;
@ -216,6 +215,7 @@ function handleResize() {
.modal-title {
margin: 0;
font-weight: 400;
flex-shrink: 0;
}
.buttons {