2025-02-28 08:42:11 +01:00
|
|
|
.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) {
|
2025-05-07 06:48:41 +02:00
|
|
|
|
2025-02-28 08:42:11 +01:00
|
|
|
.jetpack-subscribe-floating-button {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|