fix: Alignment issue with logo in standard type bubble (#11364)
This commit is contained in:
@@ -51,6 +51,7 @@ export const SDK_CSS = `
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
z-index: 2147483000 !important;
|
z-index: 2147483000 !important;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.woot-widget-bubble.woot-widget-bubble--flat {
|
.woot-widget-bubble.woot-widget-bubble--flat {
|
||||||
@@ -135,6 +136,7 @@ export const SDK_CSS = `
|
|||||||
.woot-widget-bubble svg {
|
.woot-widget-bubble svg {
|
||||||
all: revert;
|
all: revert;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
margin: 20px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user