hot fixes to utc-6

This commit is contained in:
Dorian
2026-03-12 12:56:59 +00:00
parent 6fee6befed
commit f05198ea09
26 changed files with 1123 additions and 76 deletions

View File

@@ -215,13 +215,13 @@ input[type="radio"]:active + * {
.chat-mode-pill {
position: absolute;
top: calc(env(safe-area-inset-top, 0px) + 1.25rem);
top: calc(env(safe-area-inset-top, 0px) + 2.25rem);
right: calc(env(safe-area-inset-right, 0px) + 1.25rem);
z-index: 10;
}
@media (min-width: 768px) {
.chat-mode-pill {
top: 1.25rem;
top: 2.25rem;
right: 1.25rem;
}
}