We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5606722 commit 094f360Copy full SHA for 094f360
1 file changed
app.py
@@ -119,10 +119,10 @@ def _inject_styles():
119
.repo-shell {
120
background: #ffffff !important;
121
border: 1px solid var(--surface-line);
122
- border-radius: 18px;
123
- padding: 1rem;
+ border-radius: 16px;
+ padding: 0.78rem 0.88rem;
124
margin-top: -0.3rem;
125
- margin-bottom: 0.72rem;
+ margin-bottom: 0.58rem;
126
box-shadow: var(--shadow);
127
}
128
@@ -147,14 +147,15 @@ def _inject_styles():
147
148
149
.repo-shell h4 {
150
- margin: 0 0 0.25rem;
151
- font-size: 1.15rem;
+ margin: 0 0 0.16rem;
+ font-size: 1.02rem;
152
color: var(--ink);
153
154
155
.repo-meta {
156
color: var(--muted);
157
- font-size: 0.92rem;
+ font-size: 0.86rem;
158
+ line-height: 1.4;
159
160
161
.single-shell-marker {
0 commit comments