1
0
Fork 0

Make all avatars circular; Fix emoticons I broke

This commit is contained in:
Ryan Fox 2021-01-10 19:45:01 +00:00
parent 4ecf7b89a7
commit 8726a56320
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 4 additions and 9 deletions

View File

@ -155,7 +155,6 @@ span.applink {
width: 24px;
height: 24px;
margin-right: 5px;
border-radius: 2px;
}
.status-info-text {
@ -194,7 +193,7 @@ span.applink {
display: block;
float: left;
width: 50px;
border-radius: 5%;
border-radius: 50%;
margin-top: 2px;
}
@ -657,8 +656,8 @@ input.form-control[type=file] {
background: rgba(49,53,67,0.9);
}
.account-detail img {
border-radius: 90px;
.account-detail .avatar {
float: none;
padding:20px;
display: block;
margin:0 auto 0;

View File

@ -54,11 +54,7 @@ accountAvatarLink external account =
else
href <| "#account/" ++ account.id
avatarClass =
if external then
""
else
"avatar"
avatarClass = "avatar"
in
a
[ href account.url