From 7d50c39599d24098fdaa412bc53a57a2f6adf5de Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 5 Apr 2021 22:07:01 +0200 Subject: Added toolbar to html layout --- style.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 2be182c..bd1cb01 100644 --- a/style.css +++ b/style.css @@ -11,13 +11,20 @@ body { fill: #eee; } -#container { +#wrapper { + display: flex; width: 100vw; height: 100vh; + flex-direction: column; +} + +#container { + position: relative; + overflow: hidden; + flex-grow: 1; } -#timeline { - position: absolute; - width: 50vw; - bottom: 0px; +#toolbar { + background: #eee; + padding: 1em; } -- cgit v1.1