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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user