Commit 139cdb8c authored by seoyeon's avatar seoyeon
Browse files

ui0707

parent edee5ecc
...@@ -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,22 +17,13 @@ const RoomHeader = () => { ...@@ -17,22 +17,13 @@ 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> </a>
</div> </div>
<a
className="text-decoration-none"
style={{ fontWeight: 'bold', fontSize: '20px', color: '#6c33a2' }}
>
# 회의
</a>
</div> </div>
) )
} }
......
...@@ -5,22 +5,6 @@ const Screen = () => { ...@@ -5,22 +5,6 @@ const Screen = () => {
<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/> 스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
스크린<br/>
수쿠린<br/>
수쿠린<br/>
수쿠린<br/>
수쿠린<br/>
수쿠린<br/>
스크린<br/>
스크린<br/>
</p> </p>
<div className="col m-5"></div> <div className="col m-5"></div>
</div> </div>
......
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