From 10865b7315e52b96cfb54b4a8aa8e4ecda8b33e2 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:14:40 +0800 Subject: [PATCH] feat: auto hiding headbar in preview --- frontend/src/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index c78ebbee..bac14c6d 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -152,7 +152,7 @@ main .spinner .bounce2 { /* PREVIEWER */ #previewer { - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0, 0, 0, 0.99); position: fixed; top: 0; left: 0;