From ec03b13b493dcddfbdd06977869dc969e825eee1 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 25 Aug 2023 11:13:44 -0700 Subject: [PATCH] sysprof: tweak font size --- src/sysprof/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysprof/style.css b/src/sysprof/style.css index 9ea82c6d..752d73c7 100644 --- a/src/sysprof/style.css +++ b/src/sysprof/style.css @@ -93,5 +93,5 @@ timescrubber timecode { } flamegraph { - font-size: 10px; + font-size: 11px; }