Commit d095c1ed authored by seoyeon's avatar seoyeon
Browse files

0705 룸 ui 수정

parent 323b22d8
...@@ -8,12 +8,6 @@ const RoomHeader = () => { ...@@ -8,12 +8,6 @@ const RoomHeader = () => {
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="mt-3 m-2 rounded-circle" className="mt-3 m-2 rounded-circle"
src="/cherry.jpg" src="/cherry.jpg"
...@@ -21,24 +15,22 @@ const RoomHeader = () => { ...@@ -21,24 +15,22 @@ const RoomHeader = () => {
height="40" height="40"
/> />
<p <p
className="m-2" className="m-4"
style={{ style={{
fontWeight: 'bold', fontWeight: 'bold',
fontSize: '15px', fontSize: '15px',
textOverflow: 'ellipsis', overflow: 'scroll',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
width: '150px', width: '150px'
overflow:'hidden'
}} }}
> >
데계 재밌는 수학과qwerqwerqew
</p>
<p <p
style={{ className="m-4"
color: '#420ba2' style={{ fontWeight: 'bold', fontSize: '20px', color: '#6c33a2' }}
}}
> >
# 회의 # 회의
</p>{' '}
데계 재밌는 수학과 안녕111111111111111
</p> </p>
</div> </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