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
6036b974
Commit
6036b974
authored
Jul 05, 2021
by
seoyeon
Browse files
룸헤더 수정
parent
7164a8df
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Room/Controller.js
View file @
6036b974
...
@@ -24,13 +24,8 @@ const Controller = () => {
...
@@ -24,13 +24,8 @@ const Controller = () => {
<
div
className
=
"
row
"
>
<
div
className
=
"
row
"
>
<
div
<
div
className
=
"
col d-flex justify-content-center
"
className
=
"
col d-flex justify-content-center
"
style
=
{{
backgroundColor
:
'
#C4C4C4
'
,
position
:
'
absolute
'
,
bottom
:
0
}}
style
=
{{
backgroundColor
:
'
#C4C4C4
'
,
position
:
'
absolute
'
,
bottom
:
0
,
width
:
'
414px
'
}}
>
>
{
/* <div className="col d-flex justify-content-center">
<button type="button" className="btn">
<img src={mic_btn} width="45" height="40" />
</button>
</div> */
}
{
mic
?
<
div
className
=
"
col d-flex justify-content-center
"
>
{
mic
?
<
div
className
=
"
col d-flex justify-content-center
"
>
<
button
type
=
"
button
"
className
=
"
btn
"
onClick
=
{
micOn
}
>
<
button
type
=
"
button
"
className
=
"
btn
"
onClick
=
{
micOn
}
>
<
img
src
=
{
micoff_btn
}
width
=
"
45
"
height
=
"
40
"
/>
<
img
src
=
{
micoff_btn
}
width
=
"
45
"
height
=
"
40
"
/>
...
...
client/src/components/Room/RoomHeader.js
View file @
6036b974
...
@@ -5,11 +5,17 @@ const RoomHeader = () => {
...
@@ -5,11 +5,17 @@ const RoomHeader = () => {
<
div
className
=
"
container
"
>
<
div
className
=
"
container
"
>
<
div
className
=
"
row
"
>
<
div
className
=
"
row
"
>
<
div
<
div
className
=
"
col d-flex justify-content-space-between
"
className
=
"
col d-flex justify-content-space-between
"
style
=
{{
backgroundColor
:
'
#C4C4C4
'
}}
style
=
{{
backgroundColor
:
'
#C4C4C4
'
}}
>
>
{
/* <p
className="mt-4 me-4"
style={{ fontWeight: 'bold', fontSize: '20px', color: '#571e80' }}
>
# 회의
</p> */
}
<
img
<
img
className
=
"
m-2 rounded-circle
"
className
=
"
mt-3
m-2 rounded-circle
"
src
=
"
/cherry.jpg
"
src
=
"
/cherry.jpg
"
width
=
"
40
"
width
=
"
40
"
height
=
"
40
"
height
=
"
40
"
...
@@ -26,18 +32,13 @@ const RoomHeader = () => {
...
@@ -26,18 +32,13 @@ const RoomHeader = () => {
overflow
:
'
hidden
'
,
overflow
:
'
hidden
'
,
textOverflow
:
'
ellipsis
'
,
textOverflow
:
'
ellipsis
'
,
whiteSpace
:
'
nowrap
'
,
whiteSpace
:
'
nowrap
'
,
width
:
'
110px
'
,
width
:
'
150px
'
,
color
:
'
#420ba2
'
}}
}}
>
>
데계
재밌는
수학과
#
회의
<
/p>{' '
}
<
/p>{' '
}
#
ASV2AE985
데계
재밌는
수학과
<
/p
>
<
p
className
=
'
mt-3
'
style
=
{{
fontWeight
:
'
bold
'
,
fontSize
:
'
20px
'
,
color
:
'
#571e80
'
}}
>
Ch
.
회의
<
/p
>
<
/p
>
<
/div
>
<
/div
>
<
/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