From e2b2d1e9d8cec46d9369bfe28dfde3b4b659af38 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 20 May 2021 13:36:19 +1000 Subject: [PATCH] experiment with bottom border on deck option headings --- ts/deckoptions/ConfigEditor.svelte | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ts/deckoptions/ConfigEditor.svelte b/ts/deckoptions/ConfigEditor.svelte index 870d65bfb..28b2fb1d3 100644 --- a/ts/deckoptions/ConfigEditor.svelte +++ b/ts/deckoptions/ConfigEditor.svelte @@ -20,6 +20,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html :global(h2) { margin-top: 1em; font-weight: bold; + // adding a border decreases the default font size, + // so increase it again + font-size: 2em; + border-bottom: 1px solid var(--medium-border); + margin-right: 16px; + margin-bottom: 0.5em; } .outer { // the right margin has an indent to allow for the undo