Added ability to retain user-editable files

This commit is contained in:
Pax1601
2024-01-04 10:13:34 +01:00
parent 8865ded4bd
commit 1a8a19ae5c
4 changed files with 35 additions and 15 deletions

View File

@@ -280,13 +280,13 @@ input {
}
#popup {
width: 300px;
width: 400px;
height: fit-content;
min-height: 200px;
position: absolute;
background-color: var(--background);
border-radius: 5px;
left: calc(50% - 150px);
left: calc(50% - 200px);
top: calc(50% - 100px);
display: flex;
flex-direction: column;