ソースを参照

Fix the dreaded offset icon (#127)

A quick little fix for the offset icon in the top right.
xtreem 2 年 前
コミット
5f046b4ded
1 ファイル変更2 行追加2 行削除
  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>