-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: 댓글 창 * feat: 줄바꿈 지원 * feat: 줄바꿈 지원 * feat: 줄바꿈 지원 * design: 디자인 수정 * design: 이름과 본문 분리 * refactor: 사용하지 않는 코드 정리 * design: 세부사항 정렬 * design: 세부사항 정렬 * feat: 게시글 수정 삭제를 위한 유저 아이디 저장 * feat: 댓글, 게시글 삭제
- Loading branch information
1 parent
c777ba4
commit 290a62d
Showing
11 changed files
with
398 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,4 +136,8 @@ h1 { | |
} | ||
} | ||
} | ||
input{ | ||
outline: none; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.