From 6a324f996721a756e329e1b7406dc2db69e99fdb Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 24 Jun 2023 21:10:00 +0200 Subject: New nav bar --- client-web/public/assets/style/menu.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'client-web') diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css index 73f7125..4f5e786 100644 --- a/client-web/public/assets/style/menu.css +++ b/client-web/public/assets/style/menu.css @@ -9,11 +9,12 @@ background-color: var(--bg); padding: 0.5em; position: fixed; - bottom: 0.5em; + bottom: 0; border: 0px solid transparent; - border-radius: 5px; - left: 50%; - transform: translateX(-50%); + display: flex; + align-items: center; + justify-content: center; + width: 100%; z-index: 100; } -- cgit v1.2.3-70-g09d2