resize name conv
This commit is contained in:
parent
94e6250e17
commit
cd4e414d16
@ -538,7 +538,7 @@ function Chats(){
|
||||
{/* <img className="pic-user" src={DefaultPic} alt="User" /> */}
|
||||
<HiChatBubbleLeft className="catchat"/>
|
||||
<div className="infoSideBar">
|
||||
<span>{c.name}</span>
|
||||
<h2>{c.name}</h2>
|
||||
{/* <SideP>Desc?</SideP> */}
|
||||
</div>
|
||||
</UserChat>
|
||||
|
||||
@ -94,7 +94,7 @@ const ModalEdit = () => {
|
||||
initial="hidden"
|
||||
animate="visible"
|
||||
exit="exit">
|
||||
<h2>Type your new name</h2>
|
||||
<h1>Type your new name</h1>
|
||||
<input className="text" minLength={2} maxLength={10} type="text" value={nickname} onChange={handler} />
|
||||
<div>
|
||||
<div className="button" onClick={handlePostNickname}>
|
||||
|
||||
@ -409,3 +409,8 @@ input.in_howLong{
|
||||
margin-left: -50px;
|
||||
|
||||
}
|
||||
|
||||
h2{
|
||||
overflow-wrap: break-word;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user