mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 04:03:06 +00:00
Changed avatar border radius
This commit is contained in:
parent
95838d19cc
commit
58061053ee
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ export default {
|
|||
.avatar {
|
||||
width: $avatarSize;
|
||||
height: $avatarSize;
|
||||
border-radius: $avatarSize;
|
||||
border-radius: $border-radius;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue