feat: Implement saving and loading of the countdown window's position, prevent it from resizing larger than its content, and update module metadata.

This commit is contained in:
CPTN Cosmo 2026-01-07 15:52:39 +01:00
parent 4466a13098
commit 45003881af
No known key found for this signature in database
3 changed files with 35 additions and 3 deletions

View file

@ -12,6 +12,10 @@
/* Disable system transition for sliding */
box-shadow: 0 0 10px #000;
/* Add shadow for popping out */
/* User request: Prevent resizing larger than content */
max-width: fit-content !important;
max-height: fit-content !important;
}
/* Ensure window header is visible/draggable */