Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
139cdb8c
Commit
139cdb8c
authored
Jul 07, 2021
by
seoyeon
Browse files
ui0707
parent
edee5ecc
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/Room/ChannelList.js
View file @
139cdb8c
...
...
@@ -90,6 +90,19 @@ const ChannelList = () => {
>
퇴장
<
/button
>
{
/* {admin ? <button
type="button"
className="m-3 rounded"
style={{
height: '30px',
fontWeight: 'bold',
backgroundColor: '#E0CEE8',
color: 'black',
border: '1px #D64D61',
}}
>
설정
</button> : null} */
}
<
button
type
=
"
button
"
className
=
"
m-3 rounded
"
...
...
client/src/components/Room/RoomHeader.js
View file @
139cdb8c
...
...
@@ -4,7 +4,7 @@ const RoomHeader = () => {
return
(
<
div
className
=
"
d-flex justify-content-between align-items-center p-2
"
style
=
{{
backgroundColor
:
'
#C4C4C4
'
,
height
:
"
60px
"
}}
style
=
{{
backgroundColor
:
'
#C4C4C4
'
,
height
:
'
60px
'
}}
>
<
div
className
=
"
d-flex align-items-center
"
>
<
img
...
...
@@ -17,22 +17,13 @@ const RoomHeader = () => {
className
=
"
p-3 ms-1 text-center text-decoration-none
"
style
=
{{
fontWeight
:
'
bold
'
,
fontSize
:
'
15px
'
,
overflow
:
'
scroll
'
,
whiteSpace
:
'
nowrap
'
,
width
:
'
280px
'
,
color
:
'
#000000
'
,
fontSize
:
'
20px
'
,
color
:
'
#6c33a2
'
,
}}
>
데계데계데계데계데계데계데계데계데계데계
재밌는
수학과
#
회의
<
/a
>
<
/div
>
<
a
className
=
"
text-decoration-none
"
style
=
{{
fontWeight
:
'
bold
'
,
fontSize
:
'
20px
'
,
color
:
'
#6c33a2
'
}}
>
#
회의
<
/a
>
<
/div
>
)
}
...
...
client/src/components/Room/Screen.js
View file @
139cdb8c
...
...
@@ -5,22 +5,6 @@ const Screen = () => {
<
div
className
=
"
col
"
style
=
{{
backgroundColor
:
'
#FCF4FF
'
}}
>
<
p
className
=
"
m-2
"
style
=
{{
fontWeight
:
'
bold
'
,
color
:
'
#4A4251
'
,
fontSize
:
'
20px
'
}}
>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
수쿠린
<
br
/>
수쿠린
<
br
/>
수쿠린
<
br
/>
수쿠린
<
br
/>
수쿠린
<
br
/>
스크린
<
br
/>
스크린
<
br
/>
<
/p
>
<
div
className
=
"
col m-5
"
><
/div
>
<
/div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment