forked from AkkomaGang/akkoma-fe
Fix follow/mute buttons from getting squished on mobile
This commit is contained in:
parent
e111693b08
commit
8a0197d682
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…
Reference in a new issue