feat: a lot of new stuff!

support for default bluetooth adapter, notification popup position in configuration, code improvements
This commit is contained in:
retrozinndev
2025-09-24 21:48:34 -03:00
parent cb01765a8e
commit 7f3e66cc71
10 changed files with 383 additions and 160 deletions
+5 -1
View File
@@ -89,6 +89,7 @@
& calendar.view {
$border-radius: 14px;
font-weight: 600;
background: colors.$bg-primary;
border-radius: $border-radius;
@@ -104,7 +105,10 @@
margin: 4px;
label.day-number {
min-height: 22px;
$size: 24px;
min-height: $size;
min-width: $size;
}
}