mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Remove white corners from avatars
See https://meta.discourse.org/t/round-avatars-in-topic-list/27098/103?u=elberet
This commit is contained in:
parent
2d9d60e9a2
commit
5d4a22920e
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ body {
|
|||
.avatar-wrapper {
|
||||
background-color: $secondary;
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.profiler-results.profiler-left {
|
||||
|
|
Loading…
Reference in a new issue