Skip to content

Commit 509467c

Browse files
Bikram GoleBikram Gole
authored andcommitted
Shrink cli snapshot further
1 parent 0f5eb08 commit 509467c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,16 +3262,16 @@ body[data-theme="paper"] .skeleton-line {
32623262
background: #0b0f17;
32633263
box-shadow: 0 10px 22px rgba(3, 6, 16, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.03);
32643264
overflow: hidden;
3265-
width: min(100%, 480px);
3265+
width: min(100%, 440px);
32663266
}
32673267

32683268
.cli-block {
32693269
margin: 0;
3270-
padding: 0.36rem 0.54rem 0.42rem;
3270+
padding: 0.3rem 0.48rem 0.36rem;
32713271
background: #0a0f18;
32723272
font-family: "JetBrains Mono", "Fira Mono", "Menlo", "Consolas", "Courier New", monospace;
3273-
font-size: 0.62rem;
3274-
line-height: 1.35;
3273+
font-size: 0.58rem;
3274+
line-height: 1.3;
32753275
color: var(--ink);
32763276
white-space: pre-wrap;
32773277
border: 0;

0 commit comments

Comments
 (0)