Promote development → master (initial production release: pre-release line + Stage 18) #104

Merged
developer merged 307 commits from development into master 2026-06-22 05:05:48 +00:00
Showing only changes of commit a132edd40a - Show all commits
+3 -1
View File
@@ -95,7 +95,9 @@
it, BELOW the notch — lining them up vertically with Telegram's own back/menu controls,
which sit in the band's corners (Stage 17). */
:global(html.tg-fullscreen) .bar {
min-height: var(--tg-content-top);
/* +6px over the content-safe band so Telegram's native controls aren't flush against
our header (owner's review tweak, Stage 17). */
min-height: calc(var(--tg-content-top) + 6px);
box-sizing: border-box;
align-items: center;
justify-content: center;