mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-15 06:45:36 +08:00
feat(proxies): add subtle padding between title and footer
This commit is contained in:
parent
251adb4e0e
commit
e7ef8b3735
@ -109,6 +109,7 @@ export const ProxiesSettingsModal: Component<{
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<ConfigTitle withDivider>{t('renderInTwoColumns')}</ConfigTitle>
|
<ConfigTitle withDivider>{t('renderInTwoColumns')}</ConfigTitle>
|
||||||
|
|
||||||
<div class="flex w-full justify-center">
|
<div class="flex w-full justify-center">
|
||||||
<input
|
<input
|
||||||
class="toggle"
|
class="toggle"
|
||||||
|
@ -47,7 +47,7 @@ export const ProxyNodeCard = (props: {
|
|||||||
title={proxyName}
|
title={proxyName}
|
||||||
>
|
>
|
||||||
<Tooltip.Trigger>
|
<Tooltip.Trigger>
|
||||||
<div class="card-body p-2.5" onClick={onClick}>
|
<div class="card-body space-y-1 p-2.5" onClick={onClick}>
|
||||||
<h2 class="card-title line-clamp-1 text-start text-sm">
|
<h2 class="card-title line-clamp-1 text-start text-sm">
|
||||||
{proxyName}
|
{proxyName}
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user