oont-contents/plugins/jetpack/modules/subscriptions/subscribe-floating-button/subscribe-floating-button.css
2025-02-08 15:10:23 +01:00

12 lines
229 B
CSS

.jetpack-subscribe-floating-button {
position: fixed;
z-index: 50000; /* Same as WP.com Action bar */
bottom: 0;
right: 0;
}
@media screen and (max-width: 640px) {
.jetpack-subscribe-floating-button {
display: none;
}
}