Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Mukho
2021-11-29 19:48:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3502f1996a2055d0eed430c1ed1de78a96010da4
3502f199
1 parent
8ff4f331
Update width
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
css/styles.css
readme.md
css/styles.css
View file @
3502f19
...
...
@@ -635,7 +635,7 @@ progress {
.container-lg
,
.container-md
,
.container-sm
{
width
:
10
0%
;
width
:
8
0%
;
padding-right
:
var
(
--bs-gutter-x
,
0.75rem
);
padding-left
:
var
(
--bs-gutter-x
,
0.75rem
);
margin-right
:
auto
;
...
...
readme.md
View file @
3502f19
...
...
@@ -70,7 +70,7 @@ create table comment(
>UPDATE board SET idx = @COUNT:=@COUNT+1;
---
### 최종 수정: 2021-11-29
00:45
<br>
### 최종 수정: 2021-11-29
19:47
<br>
### 수정 내용:
1.
채팅 구현(팝업)
2.
시간 실시간 반영
...
...
@@ -81,4 +81,5 @@ create table comment(
7.
코드 다듬음
8.
버그 수정
9.
댓글 등록, 열람, 삭제 기능 구현 및 버그 픽스
10.
채팅 중 서버 재시작시 기존 참여자들 리셋시킴
\ No newline at end of file
10.
채팅 중 서버 재시작시 기존 참여자들 리셋시킴
11.
요소 좌우 길이 80%로 조절
\ No newline at end of file
...
...
Please
register
or
login
to post a comment