From: Jeremy Thomas Date: Thu, 27 Jun 2024 00:26:39 +0000 (+0100) Subject: Fix styling X-Git-Tag: 1.0.2~5^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762926d4927db13e2d72856d3c1aed65eeb11e35;p=thirdparty%2Fbulma.git Fix styling --- diff --git a/docs/_react/bulma-customizer/index.html b/docs/_react/bulma-customizer/index.html index b999a5a7..d126c092 100644 --- a/docs/_react/bulma-customizer/index.html +++ b/docs/_react/bulma-customizer/index.html @@ -7,16 +7,6 @@ Vite + React @@ -42,7 +32,7 @@
- +
diff --git a/docs/_react/bulma-customizer/src/App.jsx b/docs/_react/bulma-customizer/src/App.jsx index 51747a41..5c887418 100644 --- a/docs/_react/bulma-customizer/src/App.jsx +++ b/docs/_react/bulma-customizer/src/App.jsx @@ -413,8 +413,8 @@ function App() { "--bulma-tabs-link-active-color": "var(--bulma-primary)", }; - const appClass = classNames({ - [cn.app]: true, + const customizerClass = classNames({ + [cn.customizer]: true, [cn.open]: context.isOpen, }); @@ -425,46 +425,48 @@ function App() { return ( -