Browse Source

Merge branch 'master' of https://github.com/visuddhinanda/mint

Bhikkhu-Kosalla 5 years ago
parent
commit
e691c9b22e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      app/guide/guide.css

+ 4 - 2
app/guide/guide.css

@@ -1,8 +1,10 @@
 guide{
 guide{
     position: relative;
     position: relative;
     display:inline-block;
     display:inline-block;
-    width:14px;
-    height:14px;
+    width: auto;
+    min-width: 14px;
+    height: auto;
+    min-height: 14px;
     cursor: pointer;
     cursor: pointer;
     background: url(guide_icon.svg);
     background: url(guide_icon.svg);
     background-repeat: no-repeat;
     background-repeat: no-repeat;