Allow resizing window

This commit is contained in:
2025-11-04 21:51:14 -07:00
parent 7d5a3177e4
commit ceb1a5ee47
7 changed files with 11 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ body {
}
.popup-box {
@apply relative w-[60vw] h-[80vh] rounded-lg bg-(--col1) border border-(--col3) flex flex-col p-6;
@apply relative w-[600px] h-[480px] rounded-lg bg-(--col1) border border-(--col3) flex flex-col p-6;
}
.popup-content {