From 13e1a389b033f6a5e41ec24bd701bf92ee628435 Mon Sep 17 00:00:00 2001 From: David Rosa Date: Wed, 4 Oct 2023 19:32:23 -0700 Subject: [PATCH] help: Fix missing icons in "Stream permissions". This brings back the icons in the legend for the Stream permissions tables that disappeared somehow. --- web/styles/portico/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/portico/markdown.css b/web/styles/portico/markdown.css index 09fdf9e4db..048a2bff3d 100644 --- a/web/styles/portico/markdown.css +++ b/web/styles/portico/markdown.css @@ -93,7 +93,7 @@ .legend_symbol { position: absolute; - left: calc(40px); + left: calc(340px); transform: translateX(-50%); /* Adjust for 50px closed left sidebar state */