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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user