diff --git a/spot/entrypoints/notifications.js b/spot/entrypoints/notifications.js index da4a3d51e..412668efb 100644 --- a/spot/entrypoints/notifications.js +++ b/spot/entrypoints/notifications.js @@ -13,10 +13,10 @@ export default defineUnlistedScript(() => { function injectCSS() { const cssText = ` - .flex{display:flex} - .items-center {align-items:center} - .gap-3 {gap: .25rem} - .spinner { + .or-flex{display:flex} + .or-items-center {align-items:center} + .or-gap-3 {gap: .25rem} + .or-spinner { width: 18px; height: 18px; border: 2px solid rgba(0, 0, 0, 0.1); @@ -40,10 +40,10 @@ export default defineUnlistedScript(() => { const message = event.data.message || "Recording has started successfully."; const notificationContent = ` -