diff --git a/fe_calckey/frontend/client/src/pages/user/home.vue b/fe_calckey/frontend/client/src/pages/user/home.vue index e1aa505..77802e8 100644 --- a/fe_calckey/frontend/client/src/pages/user/home.vue +++ b/fe_calckey/frontend/client/src/pages/user/home.vue @@ -564,6 +564,7 @@ onUnmounted(() => { > .nameColumn { display: block; + > .name { margin: 0; line-height: 32px; @@ -829,11 +830,21 @@ onUnmounted(() => { display: block; border-bottom: 0; padding-bottom: 0; + > .bottom { > .username { margin-right: 0; } } + + > .nameColumn { + display: flex; + flex-wrap: wrap; + align-items: center; + flex-direction: row; + justify-content: center; + gap: 0.5em 0.1em; + } } > .avatar {