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:
parent
4466a13098
commit
45003881af
3 changed files with 35 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue