Kaynağa Gözat

:art: guide width can not fix

visuddhinanda 6 yıl önce
ebeveyn
işleme
4ae8f32048
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  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;