From 2890c7a81c1060bcf727a0b52769eb4976f4ff76 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Fri, 2 Aug 2024 16:17:46 -0400 Subject: [PATCH] fix: add playground css --- src/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/index.css b/src/index.css index ecafa03..ad5e65b 100644 --- a/src/index.css +++ b/src/index.css @@ -403,6 +403,18 @@ sidenav ul li:hover { color: #333; } +.hide-preview .playground-preview { + display: none; +} + +.hide-code .playground-code { + display: none; +} + +.hide-preview .playground-code { + height: 100% !important; +} + ::-webkit-scrollbar { width: 5px; height: 5px;