Bug fix for mainscreen update and higher version of app to 1.0.2

This commit is contained in:
2026-04-13 11:30:42 +02:00
parent 024ab24ceb
commit d0a468b740
6 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -47,9 +47,9 @@
display: flex;
flex-direction: row;
align-items: stretch;
padding: 12px 16px;
padding: 8px;
box-sizing: border-box;
gap: 12px;
gap: 8px;
min-height: 0;
}
@@ -69,7 +69,7 @@
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
gap: 8px;
min-height: 0;
overflow: hidden;
}