Skip to content
Snippets Groups Projects
Commit c2178819 authored by lambadalambda's avatar lambadalambda
Browse files

Merge branch 'fix/prevent_follow_mute_button_deforming' into 'develop'

Fix follow/mute buttons from getting squished on mobile

See merge request !17
parents 209e8614 8a0197d6
No related branches found
No related tags found
1 merge request!17Fix follow/mute buttons from getting squished on mobile
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment