Change follow button in account row to be more obvious in web UI (#24956)
This commit is contained in:
parent
af135bddd0
commit
0ddc895282
3 changed files with 30 additions and 25 deletions
|
@ -1526,6 +1526,7 @@ body > [data-popper-placement] {
|
|||
.account__wrapper {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.account__avatar {
|
||||
|
@ -1594,9 +1595,10 @@ a .account__avatar {
|
|||
}
|
||||
|
||||
.account__relationship {
|
||||
height: 18px;
|
||||
padding: 10px;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.account__disclaimer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue