Skip to content

Commit

Permalink
fix: avatar status icon text misalignment
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Dec 18, 2024
1 parent 476812e commit c10cf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/AvatarParticipationStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default {

.avatar-participation-status__text {
opacity: .45;
left: 63px;
left: 47px;
bottom: 21px;
white-space: nowrap;
position: relative;
Expand Down

0 comments on commit c10cf28

Please sign in to comment.