From 2f5c1d2b2f75026003e40187bffa0da3de52df26 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 10 Feb 2018 16:25:01 +0000 Subject: Perform query execution on separate thread --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2e0ef53..f6b8313 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,7 @@ body { display: flex; flex-direction: row; font-family: monospace; + align-items: center; } .flex-wrapper .row .split-row { @@ -94,8 +95,9 @@ body { } #execution-time { - background-color: green; + /* background-color: green; */ flex-basis: auto; + padding: 2px 10px; } #row-count { -- cgit v1.2.3