feat: thirdparty login toggler

This commit is contained in:
Tristan Yang
2022-08-04 18:17:01 +08:00
parent d99a3428f8
commit 9f6af20924
3 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -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">
+3
View File
@@ -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;