Skip to content

Commit 442cc0c

Browse files
Bikram GoleBikram Gole
authored andcommitted
Compact cli snapshot sizing
1 parent 8a08b65 commit 442cc0c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

styles.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3268,14 +3268,14 @@ body[data-theme="paper"] .skeleton-line {
32683268
display: flex;
32693269
align-items: center;
32703270
gap: 0.6rem;
3271-
padding: 0.55rem 0.8rem;
3271+
padding: 0.45rem 0.7rem;
32723272
background: linear-gradient(180deg, rgba(18, 24, 40, 0.98), rgba(10, 14, 24, 0.98));
32733273
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
32743274
}
32753275

32763276
.cli-dots {
32773277
width: 44px;
3278-
height: 10px;
3278+
height: 9px;
32793279
border-radius: 999px;
32803280
background:
32813281
radial-gradient(circle at 7px 50%, #ff5f57 3px, transparent 4px),
@@ -3291,24 +3291,24 @@ body[data-theme="paper"] .skeleton-line {
32913291
}
32923292

32933293
.cli-title {
3294-
font-size: 0.74rem;
3294+
font-size: 0.68rem;
32953295
letter-spacing: 0.18em;
32963296
text-transform: uppercase;
32973297
color: #dfe9f7;
32983298
}
32993299

33003300
.cli-sub {
3301-
font-size: 0.66rem;
3301+
font-size: 0.6rem;
33023302
color: rgba(184, 205, 234, 0.7);
33033303
}
33043304

33053305
.cli-badge {
33063306
margin-left: auto;
3307-
padding: 0.18rem 0.5rem;
3307+
padding: 0.14rem 0.45rem;
33083308
border-radius: 999px;
33093309
border: 1px solid rgba(120, 160, 220, 0.45);
33103310
background: rgba(8, 14, 24, 0.9);
3311-
font-size: 0.68rem;
3311+
font-size: 0.62rem;
33123312
letter-spacing: 0.08em;
33133313
text-transform: uppercase;
33143314
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
@@ -3317,11 +3317,11 @@ body[data-theme="paper"] .skeleton-line {
33173317

33183318
.cli-block {
33193319
margin: 0;
3320-
padding: 0.85rem 1rem 1rem;
3320+
padding: 0.65rem 0.85rem 0.75rem;
33213321
background: #0a0f18;
33223322
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
3323-
font-size: 0.8rem;
3324-
line-height: 1.55;
3323+
font-size: 0.74rem;
3324+
line-height: 1.5;
33253325
color: var(--ink);
33263326
white-space: pre-wrap;
33273327
border: 0;
@@ -3340,7 +3340,7 @@ body[data-theme="paper"] .skeleton-line {
33403340
}
33413341

33423342
.cli-gap {
3343-
height: 0.35rem;
3343+
height: 0.22rem;
33443344
}
33453345

33463346
.repo-meta {

0 commit comments

Comments
 (0)