app/assets/stylesheets/copyray.css in copy_tuner_client-0.4.8 vs app/assets/stylesheets/copyray.css in copy_tuner_client-0.4.9
- old
+ new
@@ -95,15 +95,17 @@
position: fixed;
left: 0;
bottom: 0;
color: white;
background: black;
- padding: 16px 20px;
+ padding: 12px 16px;
border-radius: 0 10px 0 0;
opacity: 0;
transition: opacity 0.6s ease-in-out;
z-index: 10000;
+ font-size: 12px;
+ cursor: pointer;
}
a.copyray-toggle-button:hover {
opacity: 1;
}
@@ -203,6 +205,12 @@
font-size: 14px;
}
.copy-tuner-hidden {
display: none !important;
+}
+
+@media screen and (max-width: 480px) {
+ .hidden-on-mobile {
+ display: none;
+ }
}