FIX: Campaign banner size when sidebar is active (#274)

This commit is contained in:
Derek Rushforth 2025-04-14 10:47:35 -07:00 committed by GitHub
parent 4771d81bfa
commit 33d033c23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -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% {