From 4e2d069b265f822d282e67acaf80e703f144526f Mon Sep 17 00:00:00 2001 From: rand00 Date: Mon, 13 Dec 2021 17:49:33 +0100 Subject: [PATCH] Views: Chosen a static width relative to textsize for treemap --- lib/views.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views.ml b/lib/views.ml index 69d0b65..ef7cc79 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -359,7 +359,7 @@ let job_build h3 [txt "Analysis"]; p [ let src = Fmt.str "/job/%s/build/%a/treemap" name Uuidm.pp uuid in - let style = "width: 35vw; height: 35.5vw" in (*treemap tries to be square*) + let style = "width: 50em; height: 50.5em" in (*treemap tries to be square*) iframe ~a:[ a_src src; a_title "Binary dissection"; a_style style ] [] ]; (* p [ * let src = Fmt.str "/job/%s/build/%a/treemap" name Uuidm.pp uuid in