Commit 1808a062 authored by 우지원's avatar 우지원
Browse files

Merge remote-tracking branch 'origin/master' into jiweon827

parents 6b1daf4d 21fb43bd
...@@ -90,6 +90,19 @@ const ChannelList = () => { ...@@ -90,6 +90,19 @@ const ChannelList = () => {
> >
퇴장 퇴장
</button> </button>
{/* {admin ? <button
type="button"
className="m-3 rounded"
style={{
height: '30px',
fontWeight: 'bold',
backgroundColor: '#E0CEE8',
color: 'black',
border: '1px #D64D61',
}}
>
설정
</button> : null} */}
<button <button
type="button" type="button"
className="m-3 rounded" className="m-3 rounded"
......
...@@ -4,7 +4,7 @@ const RoomHeader = () => { ...@@ -4,7 +4,7 @@ const RoomHeader = () => {
return ( return (
<div <div
className="d-flex justify-content-between align-items-center p-2" 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"> <div className="d-flex align-items-center">
<img <img
...@@ -17,23 +17,14 @@ const RoomHeader = () => { ...@@ -17,23 +17,14 @@ const RoomHeader = () => {
className="p-3 ms-1 text-center text-decoration-none" className="p-3 ms-1 text-center text-decoration-none"
style={{ style={{
fontWeight: 'bold', fontWeight: 'bold',
fontSize: '15px', fontSize: '20px',
overflow: 'scroll', color: '#6c33a2',
whiteSpace: 'nowrap',
width: '280px',
color: '#000000',
}} }}
>
데계데계데계데계데계데계데계데계데계데계 재밌는 수학과
</a>
</div>
<a
className="text-decoration-none"
style={{ fontWeight: 'bold', fontSize: '20px', color: '#6c33a2' }}
> >
# 회의 # 회의
</a> </a>
</div> </div>
</div>
) )
} }
......
...@@ -4,7 +4,7 @@ const Screen = () => { ...@@ -4,7 +4,7 @@ const Screen = () => {
<div className="row"> <div className="row">
<div className="col" style={{ backgroundColor: '#FCF4FF' }}> <div className="col" style={{ backgroundColor: '#FCF4FF' }}>
<p className="m-2" style={{ fontWeight: 'bold', color: '#4A4251', fontSize: '20px' }}> <p className="m-2" style={{ fontWeight: 'bold', color: '#4A4251', fontSize: '20px' }}>
스크린 스크린<br/>
</p> </p>
<div className="col m-5"></div> <div className="col m-5"></div>
</div> </div>
......
...@@ -2,7 +2,7 @@ const User = () => { ...@@ -2,7 +2,7 @@ const User = () => {
return ( return (
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<div className="col" style={{ backgroundColor: "#DEC7F5", position:'absolute', bottom:'58px'}}> <div className="col" style={{ backgroundColor: "#DEC7F5", position:'absolute', bottom:'58px', width: '414px'}}>
<p <p
className="m-2" className="m-2"
style={{ fontWeight: "bold", color: "#4A4251", fontSize: "20px" }} style={{ fontWeight: "bold", color: "#4A4251", fontSize: "20px" }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment