fix: Reduce the height of the unread container while campaign is active (#4185)

This commit is contained in:
Pranav Raj S 2022-03-16 14:45:57 +05:30 committed by GitHub
parent 207a03155e
commit 4a3ddad02f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ export const SDK_CSS = `
.woot-widget-holder.has-unread-view {
border-radius: 0 !important;
min-height: 80px;
min-height: 80px !important;
height: auto;
bottom: 94px;
box-shadow: none !important;