fix(console): avoid Safari brand icon repaint (#39154)

Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2026-07-27 15:57:55 -04:00 committed by GitHub
commit 40e4d730ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -376,9 +376,6 @@
align-items: center;
gap: 16px;
opacity: 0;
transition: opacity 0.2s ease;
/* Prevent Safari from repainting child SVGs mid-transition. */
backface-visibility: hidden;
@media (max-width: 40rem) {
position: static;