This commit is contained in:
2026-03-22 22:04:38 +01:00
parent 75d7464655
commit 97d4a990a8
8 changed files with 149 additions and 92 deletions
+3 -3
View File
@@ -193,9 +193,9 @@ main {
.modal-panel {
background-color: var(--card-bg);
border: 1px solid var(--border);
width: 90vw;
max-width: 1100px;
height: 75vh;
width: 95vw;
max-width: 1600px;
height: 90vh;
display: flex;
flex-direction: column;
border-radius: 16px;