From 46cce11637cf8420bb099ee305836f606700783f Mon Sep 17 00:00:00 2001 From: Amol Anand Date: Fri, 17 Jul 2026 22:15:16 -0400 Subject: [PATCH] fix: hide library metadata from being seen when browsing block variants in the block libary --- styles/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index a8f1304..90ca315 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -730,3 +730,8 @@ main > .section.warm { background-clip: text; color: transparent; } + +/* hide library metadata from being seen in block library */ +.library-metadata-wrapper { + display: none; +} \ No newline at end of file