From 83b925043880c001e79e105147a2234febb0cde1 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 9 Feb 2023 12:47:06 +0100 Subject: [PATCH] UI: Fix navbar items missing on mobile --- public/css/theme-bthree-dark.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 38be4f9..2468642 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -372,9 +372,14 @@ strong, b, h1, h2, h3, h4, h5, h6, min-height: 45px; } -/* The Blender logo is already in the top-most bar. */ +/* Hide the first link (app logo). */ + .following.bar #navbar .brand a:first-child { + display: none; + } + +/* Invert direction so navbar toggle are in the same place when logged in/out. */ .following.bar #navbar .brand { - display: none; + flex-direction: row-reverse; } /* Navbar logo. */