Showing
2 changed files
with
4 additions
and
3 deletions
... | @@ -635,7 +635,7 @@ progress { | ... | @@ -635,7 +635,7 @@ progress { |
635 | .container-lg, | 635 | .container-lg, |
636 | .container-md, | 636 | .container-md, |
637 | .container-sm { | 637 | .container-sm { |
638 | - width: 100%; | 638 | + width: 80%; |
639 | padding-right: var(--bs-gutter-x, 0.75rem); | 639 | padding-right: var(--bs-gutter-x, 0.75rem); |
640 | padding-left: var(--bs-gutter-x, 0.75rem); | 640 | padding-left: var(--bs-gutter-x, 0.75rem); |
641 | margin-right: auto; | 641 | margin-right: auto; | ... | ... |
... | @@ -70,7 +70,7 @@ create table comment( | ... | @@ -70,7 +70,7 @@ create table comment( |
70 | >UPDATE board SET idx = @COUNT:=@COUNT+1; | 70 | >UPDATE board SET idx = @COUNT:=@COUNT+1; |
71 | 71 | ||
72 | --- | 72 | --- |
73 | -### 최종 수정: 2021-11-29 00:45<br> | 73 | +### 최종 수정: 2021-11-29 19:47<br> |
74 | ### 수정 내용: | 74 | ### 수정 내용: |
75 | 1. 채팅 구현(팝업) | 75 | 1. 채팅 구현(팝업) |
76 | 2. 시간 실시간 반영 | 76 | 2. 시간 실시간 반영 |
... | @@ -81,4 +81,5 @@ create table comment( | ... | @@ -81,4 +81,5 @@ create table comment( |
81 | 7. 코드 다듬음 | 81 | 7. 코드 다듬음 |
82 | 8. 버그 수정 | 82 | 8. 버그 수정 |
83 | 9. 댓글 등록, 열람, 삭제 기능 구현 및 버그 픽스 | 83 | 9. 댓글 등록, 열람, 삭제 기능 구현 및 버그 픽스 |
84 | -10. 채팅 중 서버 재시작시 기존 참여자들 리셋시킴 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
84 | +10. 채팅 중 서버 재시작시 기존 참여자들 리셋시킴 | ||
85 | +11. 요소 좌우 길이 80%로 조절 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment