mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 07:40:01 -07:00
fix(bluetooth): add transform-box to radar sweep for Firefox, remove dead radar-sweep rule
This commit is contained in:
@@ -4410,7 +4410,8 @@ header h1 .tagline {
|
||||
|
||||
/* Bluetooth radar — CSS sweep animation (replaces rAF loop in proximity-radar.js) */
|
||||
.bt-radar-sweep {
|
||||
transform-origin: 140px 140px;
|
||||
transform-box: view-box; /* required for consistent SVG transform-origin in Firefox */
|
||||
transform-origin: 140px 140px; /* CONFIG.size / 2 = 140 */
|
||||
animation: bt-radar-rotate 3s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user