From 6401c0ec505a9e8d7119928879cd8f97a3699239 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 12 May 2020 18:34:58 +0200 Subject: Add style for sidebars Signed-off-by: Matthias Beyer --- assets/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/assets/style.css b/assets/style.css index 6ce29f4..120b1bd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,3 +2,24 @@ body { background-color: black; } +#sidebar_left { + background-color: grey; + height: 100%; + position: fixed; + top: 0; + left: 0; + width: 10%; + min-width: 15em; + float: left; +} + +#sidebar_right { + background-color: grey; + height: 100%; + position: fixed; + top: 0; + right: 0; + width: 10%; + min-width: 15em; + float: right; +} -- cgit v1.2.3