프로필이미지 꽉차게->USER-AVATAR PADDING없애기

This commit is contained in:
khj0414 2025-04-10 15:10:17 +09:00
parent 5c7f7c6346
commit 14c8fb4108
3 changed files with 0 additions and 3 deletions

View File

@ -240,6 +240,5 @@ const getDaysAgo = (dateString) => {
<style scoped> <style scoped>
.user-avatar { .user-avatar {
border: 3px solid; border: 3px solid;
padding: 0.1px;
} }
</style> </style>

View File

@ -135,6 +135,5 @@ return title.length > 25 ? title.slice(0, 25) + '...' : title;
<style scoped> <style scoped>
.user-avatar { .user-avatar {
border: 3px solid; border: 3px solid;
padding: 0.1px;
} }
</style> </style>

View File

@ -164,7 +164,6 @@ const toggleEdit = async () => {
.user-avatar { .user-avatar {
border: 3px solid; border: 3px solid;
padding: 0.1px;
} }
.edit-btn { .edit-btn {