Merge branch 'fix/prevent_follow_mute_button_deforming' into 'develop'

Fix follow/mute buttons from getting squished on mobile

See merge request !17
このコミットが含まれているのは:
lambadalambda 2017-02-18 15:02:31 -05:00
コミット c2178819a0
1個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -16,6 +16,7 @@
.user-interactions {
display: flex;
flex-flow: row wrap;
justify-content: center;
div {
flex: 1;
@ -30,11 +31,11 @@
}
.mute {
margin-right: 4em;
max-width: 200px;
}
.follow {
margin-left: 4em;
max-width: 200px;
}
button {