feat: thirdparty login toggler
This commit is contained in:
@@ -123,7 +123,7 @@ const Session: FC<IProps> = ({
|
||||
</div>
|
||||
<div className="details">
|
||||
<div className="up">
|
||||
<span className="name">
|
||||
<span className={`name ${previewMsg.created_at ? "" : "only_title"}`}>
|
||||
{name} {!is_public && <IconLock />}
|
||||
</span>
|
||||
<span className="time">
|
||||
|
||||
@@ -50,6 +50,9 @@ const Styled = styled.ul`
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&.only_title {
|
||||
max-width: 190px;
|
||||
}
|
||||
}
|
||||
.time {
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user