0
0
Fork 0

Change follow button in account row to be more obvious in web UI (#24956)

This commit is contained in:
Eugen Rochko 2023-06-06 04:14:28 +02:00 committed by GitHub
parent af135bddd0
commit 0ddc895282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 25 deletions

View file

@ -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 {