Skip to content

Commit 387f30e

Browse files
committed
fix style
1 parent ab9167e commit 387f30e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/ui/components/namecard/Namecard24.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ onMounted(() => {
3939
background-color: var(--color-white);
4040
border-radius: calc(var(--unit) * 1.25);
4141
overflow: hidden;
42-
box-shadow: 0px 8px 24px 0px hsla(0, 0%, 0%, 0.239);
42+
box-shadow: 0px 8px 24px 0px #0000003d;
4343
border: 1px solid #000;
4444
@media (width <= 480px) {
4545
width: 18rem;

packages/ui/components/namecard/NamecardAvatar24.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ onMounted(() => {
108108
padding-inline: 1rem;
109109
overflow-wrap: anywhere;
110110
word-break: break-all;
111+
overflow-y: hidden;
111112
@media (width <= 480px) {
112113
margin-top: 0.625rem;
113114
height: 6.125rem;

0 commit comments

Comments
 (0)