瀏覽代碼

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