mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: proxies title height
This commit is contained in:
parent
8009c4d5e6
commit
b64cfa3f9a
@ -66,7 +66,7 @@ export default () => {
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="collapse-title flex items-center text-xl font-medium"
|
class="collapse-title flex h-10 items-center text-xl font-medium"
|
||||||
onClick={() => onCollapseTitleClick(proxy.name)}
|
onClick={() => onCollapseTitleClick(proxy.name)}
|
||||||
>
|
>
|
||||||
{proxy.name} {proxy.type}
|
{proxy.name} {proxy.type}
|
||||||
|
Loading…
Reference in New Issue
Block a user