Skip to content

Commit 094f360

Browse files
committed
Reduce connect card size
1 parent 5606722 commit 094f360

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

app.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ def _inject_styles():
119119
.repo-shell {
120120
background: #ffffff !important;
121121
border: 1px solid var(--surface-line);
122-
border-radius: 18px;
123-
padding: 1rem;
122+
border-radius: 16px;
123+
padding: 0.78rem 0.88rem;
124124
margin-top: -0.3rem;
125-
margin-bottom: 0.72rem;
125+
margin-bottom: 0.58rem;
126126
box-shadow: var(--shadow);
127127
}
128128
@@ -147,14 +147,15 @@ def _inject_styles():
147147
}
148148
149149
.repo-shell h4 {
150-
margin: 0 0 0.25rem;
151-
font-size: 1.15rem;
150+
margin: 0 0 0.16rem;
151+
font-size: 1.02rem;
152152
color: var(--ink);
153153
}
154154
155155
.repo-meta {
156156
color: var(--muted);
157-
font-size: 0.92rem;
157+
font-size: 0.86rem;
158+
line-height: 1.4;
158159
}
159160
160161
.single-shell-marker {

0 commit comments

Comments
 (0)