feat(spa): add dock

This commit is contained in:
2025-10-22 07:51:59 +03:00
parent 98ee6d9eca
commit 2e699eb0d6
6 changed files with 67 additions and 13 deletions

View File

@@ -52,6 +52,11 @@ html {
color: white;
}
.app-dock {
padding-bottom: var(--tg-safe-area-inset-bottom);
height: calc(64px + var(--tg-safe-area-inset-bottom));
}
.swiper-pagination-bullets > .swiper-pagination-bullet {
background-color: red;
color: red;