From b06f29312fd9b78243a5d2db96c2c6896865d245 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 7 Feb 2023 17:25:07 +0100 Subject: [PATCH] support for reimporting executions --- ccp/js/executionhistorycontroller.js | 89 +++++++++++++++++++++------- 1 file changed, 68 insertions(+), 21 deletions(-) diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index d2aa71a..7dfd188 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -64,14 +64,22 @@ class CCPExecutionHistory extends HTMLElement { line-height: .6rem !important; } .ccp-toolbar-button svg { + display: block; fill: white; width: 24px; height: 24px; pointer-events: none; } + .ccp-toolbar-button-small svg { + width: 16px !important; + height: 16px !important; + } + .ccp-execution-list { + min-height: 3rem; + }