mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix column buttons overflow in Japanese (#3552)
This commit is contained in:
parent
9d2154c4ab
commit
f6e2309e70
1 changed files with 3 additions and 2 deletions
|
@ -1534,7 +1534,7 @@
|
|||
cursor: pointer;
|
||||
flex: 0 0 auto;
|
||||
font-size: 16px;
|
||||
padding: 15px;
|
||||
padding: 0 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: 0 15px;
|
||||
|
||||
&:hover {
|
||||
color: lighten($ui-primary-color, 7%);
|
||||
|
|
Loading…
Reference in a new issue