Skip to content

Commit

Permalink
fix: remove reserved class
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Aug 15, 2024
1 parent 873310e commit bfc7284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AvatarWrapper/AvatarWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</span>
<NcLoadingIcon v-if="loading"
:size="size"
class="loading" />
class="loading-avatar" />
</div>
</template>

Expand Down Expand Up @@ -289,7 +289,7 @@ export default {
}
}

.loading {
.loading-avatar {
position: absolute;
top: 0;
}
Expand Down

0 comments on commit bfc7284

Please sign in to comment.