fix: increase AIUI close button mobile margin from 0.75rem to 1.25rem

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-04 23:27:03 +00:00
parent d7ff678e9d
commit 4463a54e98
2 changed files with 201 additions and 2 deletions

View File

@@ -161,8 +161,8 @@
.chat-mode-pill {
position: absolute;
top: calc(env(safe-area-inset-top, 0px) + 0.75rem);
right: calc(env(safe-area-inset-right, 0px) + 0.75rem);
top: calc(env(safe-area-inset-top, 0px) + 1.25rem);
right: calc(env(safe-area-inset-right, 0px) + 1.25rem);
z-index: 10;
}
@media (min-width: 768px) {