Small styling changes, responsiveness modals
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user