device-60.home 2025-10-5:17:37:34

This commit is contained in:
oskar
2025-10-05 17:37:34 +02:00
parent db72e1e396
commit c4024f912e
6 changed files with 2057 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
:root {
--auto-template-prompt-modal-opacity: 100;
}
.modal-container {
opacity: var(--auto-template-prompt-modal-opacity);
transition: opacity 0.2s ease-in-out;
}