Skip to content

Commit

Permalink
chore(lint): minor lint (#3259)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 committed May 20, 2022
1 parent c95c6d9 commit c1de4c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/views/media/user/User.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
border-radius: 100%;
background-color: @foreground-alt;
opacity: 0.5;
box-shadow: -2px 2px 30px rgba(18, 18, 22, 0.45), 0px 1px 2px rgba(43, 43, 59, 0.65);
box-shadow: -2px 2px 30px rgba(18, 18, 22, 0.45),
0px 1px 2px rgba(43, 43, 59, 0.65);
}

svg {
Expand Down

0 comments on commit c1de4c1

Please sign in to comment.