AccountHeader: refactor Follow button, remove Message button in favor of a menu item

This is better on mobile and simpler to newcomers
This commit is contained in:
Alex Gleason
2021-10-02 15:39:12 -05:00
parent 5f7a201f08
commit d3908f107a
3 changed files with 24 additions and 11 deletions

View File

@ -142,3 +142,15 @@ a.button {
margin-right: 0.6em;
}
}
.follow-button {
display: flex;
align-items: center;
justify-content: center;
.svg-icon {
margin-left: 6px;
width: 20px;
height: 20px;
}
}