Răsfoiți Sursa

Merge pull request #2012 from weseek/fix/like-bookmark-crushed

fix size
Ryohei Kawahara 6 ani în urmă
părinte
comite
74b9ab73fe

+ 2 - 0
src/client/styles/scss/_user.scss

@@ -90,6 +90,8 @@ $easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
 
   .btn.btn-bookmark {
     &.btn-lg {
+      width: 50px;
+      height: 50px;
       font-size: 1.5em;
     }
   }

+ 2 - 0
src/client/styles/scss/atoms/_buttons.scss

@@ -9,6 +9,8 @@
   &:not(:hover):not(.active) {
     background-color: transparent;
   }
+  width: 35px;
+  height: 35px;
 }
 
 .btn-copy,