TG-fullscreen header: +6px band height so native controls aren't flush (owner tweak)
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Successful in 8s
CI / integration (pull_request) Successful in 12s
CI / ui (pull_request) Successful in 33s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 2m14s
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Successful in 8s
CI / integration (pull_request) Successful in 12s
CI / ui (pull_request) Successful in 33s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 2m14s
This commit is contained in:
@@ -95,7 +95,9 @@
|
|||||||
it, BELOW the notch — lining them up vertically with Telegram's own back/menu controls,
|
it, BELOW the notch — lining them up vertically with Telegram's own back/menu controls,
|
||||||
which sit in the band's corners (Stage 17). */
|
which sit in the band's corners (Stage 17). */
|
||||||
:global(html.tg-fullscreen) .bar {
|
: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;
|
box-sizing: border-box;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user