Made windows resizable

This commit is contained in:
Prozilla 2023-07-24 22:39:39 +02:00
parent 28b274c1fe
commit 42b0883997
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -7,7 +7,11 @@
position: absolute;
display: flex;
flex-direction: column;
min-width: 200px;
min-height: 50px;
background-color: var(--background-color-c);
resize: both;
overflow: hidden;
/* animation: pop-in 200ms ease-in-out; */
}