From 5ed19d197154be6f31a5b1f650044a039fa6b61e Mon Sep 17 00:00:00 2001 From: evykassirer Date: Thu, 25 Jul 2024 15:57:36 -0700 Subject: [PATCH] landing_nav css: Use classname instead of span for realm name. --- templates/zerver/landing_nav.html | 2 +- web/styles/portico/navbar.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/landing_nav.html b/templates/zerver/landing_nav.html index 60f7ed2e9d..7bc3093ac7 100644 --- a/templates/zerver/landing_nav.html +++ b/templates/zerver/landing_nav.html @@ -141,7 +141,7 @@
diff --git a/web/styles/portico/navbar.css b/web/styles/portico/navbar.css index 1b8d95f582..2373fb6e37 100644 --- a/web/styles/portico/navbar.css +++ b/web/styles/portico/navbar.css @@ -285,7 +285,7 @@ details summary::-webkit-details-marker { max-width: 40px; } - .top-menu-tab .top-menu-tab-user-label span { + .top-menu-tab .top-menu-tab-user-label .top-menu-tab-user-name { display: none; } }