mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix style
This commit is contained in:
parent
4303d4a2e7
commit
dd71c810d1
@ -33,7 +33,7 @@ const SessionItem = (props) => {
|
|||||||
>
|
>
|
||||||
<div className="sessionItem_info">
|
<div className="sessionItem_info">
|
||||||
<div className="sessionItem_info_title">
|
<div className="sessionItem_info_title">
|
||||||
<Icons.Tag /> <h3>{session.session_uuid}</h3>
|
<h3><Icons.Tag /> {session.session_uuid}</h3>
|
||||||
{
|
{
|
||||||
isCurrent && <antd.Badge dot>
|
isCurrent && <antd.Badge dot>
|
||||||
Current
|
Current
|
||||||
|
@ -58,6 +58,8 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user