new tool timer & alert revamp
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s

This commit is contained in:
Shinuwa 2026-07-26 11:41:42 +02:00
parent 0c7ae46b4d
commit 68005ef918
38 changed files with 2048 additions and 111 deletions

View file

@ -200,7 +200,8 @@
grid-template-columns: 1fr;
}
.calculator-module {
.calculator-module,
.timer-module {
grid-template-columns: 1fr;
}
@ -218,6 +219,11 @@
justify-content: flex-start;
}
.toolbox-preferences-row {
max-width: none;
justify-self: stretch;
}
.tool-add-modal {
width: min(420px, calc(100vw - 32px));
}