Merge branch 'khj'

This commit is contained in:
khj0414 2025-04-10 15:11:38 +09:00
commit 103f5f3a62
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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