This commit is contained in:
2025-04-14 10:27:58 +03:00
parent f977d6b3d4
commit 7e798a7a83
55 changed files with 5625 additions and 353 deletions

View File

@@ -22,6 +22,13 @@ $base-height: 100;
:root {
--body-width: 600px;
--top-raduis: 12px;
--logo-color-bg-white: grey;
--dynamic-font-size: 16px;
}
#q-app {
padding-bottom: env(safe-area-inset-bottom, 0);
padding-bottom: constant(safe-area-inset-bottom, 0); // Для старых iOS
}
body {