@@ -26,14 +26,15 @@
width: 50px;
height: 50px;
margin: auto 0;
+ display: none;
&[data-dir="rtl"] {
- right: -75px;
+ left: 0;
top: -16px;
}
&[data-dir="ltr"] {
- left: -75px;
+ right: 0;
@@ -43,6 +44,10 @@
color: themed('body-color');
+
+ @media only screen and (min-width: 1280px) {
+ display: block;
+ }