fix: Alignment issue with logo in standard type bubble (#11364)

This commit is contained in:
Sivin Varghese 2025-04-24 21:57:52 +05:30 committed by GitHub
parent ecc95478b9
commit 9194984091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,7 @@ export const SDK_CSS = `
user-select: none;
width: 64px;
z-index: 2147483000 !important;
overflow: hidden;
}
.woot-widget-bubble.woot-widget-bubble--flat {
@ -135,6 +136,7 @@ export const SDK_CSS = `
.woot-widget-bubble svg {
all: revert;
height: 24px;
margin: 20px;
width: 24px;
}