[add] completion typedefs

This commit is contained in:
Andy Bunce 2025-10-08 22:12:48 +01:00
parent 2baebb3acb
commit 5409755b71
6 changed files with 250 additions and 6 deletions

View file

@ -63,6 +63,10 @@ form header {
overflow: auto;
}
::backdrop {
backdrop-filter: blur(2px);
}
@media (max-width: 600px) {
grid-template-columns: 100%;
grid-template-rows: auto;