mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 07:12:46 +00:00
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
|
// CSS Animations for campaign Success
|
||||||
@keyframes gradient {
|
@keyframes gradient {
|
||||||
0% {
|
0% {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user