mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-30 06:03:30 +00:00
fix(console): stabilize brand download icons in Safari (#39151)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com>
This commit is contained in:
parent
55b0211690
commit
78f5764319
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue