fix: Reduce the height of the unread container while campaign is active (#4185)
This commit is contained in:
@@ -29,7 +29,7 @@ export const SDK_CSS = `
|
|||||||
|
|
||||||
.woot-widget-holder.has-unread-view {
|
.woot-widget-holder.has-unread-view {
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
min-height: 80px;
|
min-height: 80px !important;
|
||||||
height: auto;
|
height: auto;
|
||||||
bottom: 94px;
|
bottom: 94px;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user