Parcourir la source

Merge pull request #50 from visuddhinanda/master

:art: guide 宽度不应固定
visuddhinanda il y a 5 ans
Parent
commit
a6961044df
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      app/guide/guide.css

+ 4 - 2
app/guide/guide.css

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