Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit ab81c50

Browse files
author
Hendrik van Antwerpen
committed
Tweak font sizing
1 parent 3f02fef commit ab81c50

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

stack-graphs/src/visualization/visualization.css

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
.sg .node text {
4646
font-family: monospace;
47-
font-size: 20px;
47+
font-size: 16px;
4848
}
4949

5050
/* --- drop scopes --- */
@@ -336,7 +336,6 @@
336336
list-style-type: none;
337337
padding: 0px;
338338
margin-left: 10px;
339-
font-size: smaller;
340339
}
341340

342341
.sg-tooltip-sublist-element {
@@ -371,7 +370,7 @@
371370
line-height: 30px;
372371
text-align: center;
373372
margin: 0px;
374-
font-size: 18px;
373+
font-size: 14px;
375374
cursor: pointer;
376375
}
377376

@@ -388,14 +387,22 @@
388387
min-width: 18px;
389388
max-width: 300px;
390389
margin: 0px;
390+
font-size: 14px;
391391
}
392392

393393
#sg-help-toggle:checked ~ .sg-help-content {
394394
visibility: visible;
395395
}
396396

397397
.sg-help-content h1 {
398+
font-variant: small-caps;
399+
font-weight: bold;
398400
font-size: inherit;
401+
border-bottom: solid 1px #777777;
402+
}
403+
404+
.sg-help-content h1:first-child {
405+
margin-top: 0px;
399406
}
400407

401408
.sg-help-content kbd {
@@ -434,4 +441,4 @@
434441
.sg-toggle-label {
435442
margin: 0px 6px;
436443
cursor: pointer;
437-
}
444+
}

0 commit comments

Comments
 (0)