A quick little fix for the offset icon in the top right.
@@ -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>
@@ -6850,4 +6850,4 @@
</script>
</body>
-</html>
+</html>