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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 12 additions and 0 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;
}
}