mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-07 22:02:39 +01:00
Fix follow and mute buttons from getting squished on mobile
This commit is contained in:
parent
e111693b08
commit
be2b90df1d
1 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
||||||
.user-interactions {
|
.user-interactions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -30,11 +31,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mute {
|
.mute {
|
||||||
margin-right: 4em;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.follow {
|
.follow {
|
||||||
margin-left: 4em;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue