Selaa lähdekoodia

Fix the dreaded offset icon (#127)

A quick little fix for the offset icon in the top right.
xtreem 2 vuotta sitten
vanhempi
commit
5f046b4ded
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/web/desktop.system

+ 2 - 2
src/web/desktop.system

@@ -937,7 +937,7 @@
         </div>
         <div class="quicktools statusbarpadding" onclick="showToolPanel();" ontouchend="showToolPanel();">
             <div class="qtwrapper">
-                <i class="content icon"></i>
+                <i class="content icon" style="transform: translateY(-3px);"></i>
             </div>
         </div>
     </div>
@@ -6850,4 +6850,4 @@
     </script>
 </body>
 
-</html>
+</html>