FIX: Campaign banner size when sidebar is active

This commit is contained in:
Derek Rushforth 2025-04-14 10:16:27 -07:00
parent 4771d81bfa
commit af11b83d17
1 changed files with 7 additions and 0 deletions

View File

@ -301,6 +301,13 @@ html:not(.mobile-view) .subscriptions-campaign-topic-footer .campaign-banner {
}
}
// Topic Footer Version + Sidebar visible
html:not(.mobile-view) body.has-sidebar-page .subscriptions-campaign-topic-footer .campaign-banner {
@media screen and (max-width: 1285px) {
width: auto;
}
}
// CSS Animations for campaign Success
@keyframes gradient {
0% {