smaller modal

This commit is contained in:
mrfry 2021-05-30 10:59:41 +02:00
parent 18f0608c30
commit 362d340b34

View file

@ -11,10 +11,10 @@
.modalContent { .modalContent {
display: flex; display: flex;
max-height: 80%; max-height: 80%;
width: 70%; height: auto;
width: 50%;
position: fixed; position: fixed;
background: var(--background-color); background: var(--background-color);
height: auto;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);