]> cat aescling's git repositories - mastodon.git/commitdiff
Fix column buttons overflow in Japanese (#3552)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 4 Jun 2017 12:52:02 +0000 (21:52 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 4 Jun 2017 12:52:02 +0000 (14:52 +0200)
app/javascript/styles/components.scss

index b4e980f1aebed6335d6df083f49dc257e1224688..7f2b5cfe0c901c812b0bd88e70381527c2d7e086 100644 (file)
   cursor: pointer;
   flex: 0 0 auto;
   font-size: 16px;
-  padding: 15px;
+  padding: 15px;
   z-index: 3;
 
   &:hover {
@@ -2050,6 +2050,7 @@ button.icon-button.active i.fa-retweet {
   position: absolute;
   right: 0;
   top: 0;
+  height: 100%;
   display: flex;
 }
 
@@ -2059,7 +2060,7 @@ button.icon-button.active i.fa-retweet {
   color: $ui-primary-color;
   cursor: pointer;
   font-size: 16px;
-  padding: 15px;
+  padding: 15px;
 
   &:hover {
     color: lighten($ui-primary-color, 7%);