summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcubemaze <[email protected]>2023-05-13 23:23:24 +0800
committercubemaze <[email protected]>2023-05-13 23:23:24 +0800
commit41592e9fd55d2540f0c89a5e6c8e47ef64fa0d4c (patch)
treebe53ded39750584c6cc3485c58c3a49430dbb765 /src
parent8939dd878e4fd15e760e7e002fce65c4b093f7a8 (diff)
chore: connections padding
Diffstat (limited to 'src')
-rw-r--r--src/components/Connections.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Connections.tsx b/src/components/Connections.tsx
index 80efdfe..2f2bcba 100644
--- a/src/components/Connections.tsx
+++ b/src/components/Connections.tsx
@@ -271,7 +271,7 @@ function Conn({ apiConfig }) {
/>
</div>
</div>
- <div ref={refContainer} style={{ padding: 30, paddingBottom, paddingTop: 0 }}>
+ <div ref={refContainer} style={{ padding: 30, paddingBottom, paddingTop: 10 }}>
<div
style={{
height: containerHeight - paddingBottom,