mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
fix proxy item style
This commit is contained in:
parent
6e9b7cdb10
commit
9fcbe67d28
|
@ -63,14 +63,10 @@ const ProxyItem: React.FC<Props> = (props) => {
|
|||
>
|
||||
<CardBody className="p-2">
|
||||
<div className="flex justify-between items-center">
|
||||
<div>
|
||||
<div className="flag-emoji inline text-ellipsis whitespace-nowrap overflow-hidden">
|
||||
{proxy.name}
|
||||
</div>
|
||||
<div className="text-ellipsis overflow-hidden whitespace-nowrap">
|
||||
<div className="flag-emoji inline">{proxy.name}</div>
|
||||
{proxyDisplayMode === 'full' && (
|
||||
<div className="inline ml-2 text-ellipsis whitespace-nowrap overflow-hidden text-default-500">
|
||||
{proxy.type}
|
||||
</div>
|
||||
<div className="inline ml-2 text-default-500">{proxy.type}</div>
|
||||
)}
|
||||
</div>
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue
Block a user