mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 18:35:34 +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>
|
||||
<ConfigTitle withDivider>{t('renderInTwoColumns')}</ConfigTitle>
|
||||
|
||||
<div class="flex w-full justify-center">
|
||||
<input
|
||||
class="toggle"
|
||||
|
@ -47,7 +47,7 @@ export const ProxyNodeCard = (props: {
|
||||
title={proxyName}
|
||||
>
|
||||
<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">
|
||||
{proxyName}
|
||||
</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user