mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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_title">
|
||||
<Icons.Tag /> <h3>{session.session_uuid}</h3>
|
||||
<h3><Icons.Tag /> {session.session_uuid}</h3>
|
||||
{
|
||||
isCurrent && <antd.Badge dot>
|
||||
Current
|
||||
|
@ -58,6 +58,8 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
justify-content: space-between;
|
||||
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user