From ff9764b86b2422c131f7ed7782428bf67d05e642 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 22 May 2019 09:32:29 -0400 Subject: [PATCH] top bar has flexbox --- css/ui.css | 7 ++++--- index.html | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/ui.css b/css/ui.css index aedd07db..0a67aa25 100644 --- a/css/ui.css +++ b/css/ui.css @@ -49,11 +49,12 @@ background-color:#000066; } #controls_top { - position: absolute; - padding: 0.5em; + position:absolute; + padding:0.5em; height:3em; width:100%; background-color:#999; + display:flex; } #notebook { position:absolute; @@ -111,7 +112,7 @@ div.mem_info a.selected { text-align:right; } .btn_group { - border-radius:6px; + border-radius:8px; padding:8px; margin-left:8px; background-color: #666; diff --git a/index.html b/index.html index 57e52b10..a388de07 100644 --- a/index.html +++ b/index.html @@ -119,10 +119,10 @@ if (window.location.host.endsWith('8bitworkshop.com')) { - - + - +