From f24f43b71c53521b9a93d79678fcbec99d9b86d5 Mon Sep 17 00:00:00 2001
From: muerwre <gotham48@gmail.com>
Date: Tue, 19 Feb 2019 11:06:08 +0700
Subject: [PATCH] no tooltips on mobile

---
 src/styles/panel.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/styles/panel.less b/src/styles/panel.less
index 33018c7..a1c5faa 100644
--- a/src/styles/panel.less
+++ b/src/styles/panel.less
@@ -157,6 +157,10 @@
   font-size: 13px;
   color: white;
 
+  @media (max-width: @mobile_breakpoint) {
+    display: none;
+  }
+
   &::after {
     content: ' ';
     width: 10px;