From 25af93ba190979c42afcb7dd81881096e3d13e59 Mon Sep 17 00:00:00 2001 From: thuhole Date: Thu, 18 Jun 2020 19:27:39 +0800 Subject: [PATCH] UI bug fix --- src/Title.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Title.css b/src/Title.css index 3119b65..40719dd 100644 --- a/src/Title.css +++ b/src/Title.css @@ -1,10 +1,10 @@ .title-bar { z-index: 10; position: sticky; - top: -6em; + top: -4em; left: 0; width: 100%; - height: 9em; + height: 7em; background-color: rgba(255,255,255,.8); box-shadow: 0 0 25px rgba(0,0,0,.4); margin-bottom: 1em;