FIX: Campaign banner size when sidebar is active (#274)
This commit is contained in:
parent
4771d81bfa
commit
33d033c23b
|
@ -301,6 +301,16 @@ html:not(.mobile-view) .subscriptions-campaign-topic-footer .campaign-banner {
|
|||
}
|
||||
}
|
||||
|
||||
// Topic Footer Version + Sidebar visible
|
||||
@media screen and (max-width: 1285px) {
|
||||
html:not(.mobile-view)
|
||||
body.has-sidebar-page
|
||||
.subscriptions-campaign-topic-footer
|
||||
.campaign-banner {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// CSS Animations for campaign Success
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
|
|
Loading…
Reference in New Issue