mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-07 22:44:16 +00:00
fix(ios): force tls for non-loopback manual gateway hosts (#21969)
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: 9fb39f566e
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Co-authored-by: mbelinky <132747814+mbelinky@users.noreply.github.com>
Reviewed-by: @mbelinky
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
border-radius: 999px;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transition: transform 260ms ease-in-out, width 260ms ease-in-out, opacity 160ms ease-in-out;
|
||||
transition:
|
||||
transform 260ms ease-in-out,
|
||||
width 260ms ease-in-out,
|
||||
opacity 160ms ease-in-out;
|
||||
will-change: transform, width;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user