Skip to content

Commit

Permalink
Make the border 2px thick
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 11, 2020
1 parent d068ed6 commit 14b0457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Avatar/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,13 @@ export default {
.avatardiv__user-status {
position: absolute;
right: -5px;
bottom: -5px;
height: 16px;
width: 16px;
right: -4px;
bottom: -4px;
height: 18px;
width: 18px;
line-height: 14px;
font-size: 14px;
border: 1px solid var(--color-main-background);
border: 2px solid var(--color-main-background);
background-color: var(--color-main-background);
border-radius: 50%;
Expand Down

0 comments on commit 14b0457

Please sign in to comment.