From dff39bd19478637227a38313b2364f8847891d28 Mon Sep 17 00:00:00 2001 From: Daan Vanden Bosch Date: Sun, 27 Oct 2019 23:21:58 +0100 Subject: [PATCH] Improved events view UI. --- src/quest_editor/gui/EventsView.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/quest_editor/gui/EventsView.css b/src/quest_editor/gui/EventsView.css index 6e47b00c..e756e7f5 100644 --- a/src/quest_editor/gui/EventsView.css +++ b/src/quest_editor/gui/EventsView.css @@ -1,15 +1,22 @@ .quest_editor_EventsView { + box-sizing: border-box; overflow-y: auto; display: flex; - flex-direction: column; - align-items: center; + flex-direction: row; + flex-wrap: wrap; + align-items: start; + justify-content: center; + padding: 4px; } .quest_editor_EventsView_chain { display: flex; flex-direction: column; align-items: center; - margin: 3px; + padding: 6px 12px; + border: var(--border); + margin: 4px; + background-color: hsl(0, 0%, 17%); } .quest_editor_EventsView_chain_arrow {