forked from AkkomaGang/akkoma-fe
Merge branch 'fix/prevent_follow_mute_button_deforming' into 'develop'
Fix follow/mute buttons from getting squished on mobile See merge request !17
This commit is contained in:
commit
c2178819a0
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue