Fix follow and mute buttons from getting squished on mobile

This commit is contained in:
shpuld 2017-02-18 19:46:10 +02:00
parent e111693b08
commit be2b90df1d

View file

@ -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 {