Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: use drop-shadow instead of box-shadow for correct shadows on tra…
Browse files Browse the repository at this point in the history
…nsparent avatars
  • Loading branch information
wont-work committed Nov 1, 2023
1 parent f0d68b7 commit 62c37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ onUnmounted(() => {
z-index: 2;
width: 120px;
height: 120px;
box-shadow: 1px 1px 3px rgba(#000, 0.2);
filter: drop-shadow(1px 1px 3px rgba(#000, 0.2));
}

> .roles {
Expand Down

0 comments on commit 62c37cb

Please sign in to comment.