fix(console): stabilize brand download icons in Safari (#39151)

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

View file

@ -377,6 +377,8 @@
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;