gralobe 1.0.61 → 1.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1638,13 +1638,22 @@ void main() {
1638
1638
  }
1639
1639
 
1640
1640
  /* Hide internal titles - Ultra Aggressive & Global */
1641
- .lil-gui .title,
1642
- .gralobe-viz-container .lil-gui .title {
1641
+ /* Note: We need titles for sub-folders (like Atmosphere, Lighting) to be clickable/accordion */
1642
+ .gralobe-viz-container .lil-gui.root > .title {
1643
1643
  display: none !important;
1644
- height: 0 !important;
1645
- padding: 0 !important;
1646
- border: none !important;
1647
- overflow: hidden !important;
1644
+ }
1645
+
1646
+ /* But allow nested folders to show their title bars */
1647
+ .gralobe-viz-container .lil-gui .lil-folder > .lil-title {
1648
+ display: block !important;
1649
+ height: 20px !important;
1650
+ line-height: 20px !important;
1651
+ padding-left: 4px !important;
1652
+ font-weight: 600 !important;
1653
+ background: rgba(255, 255, 255, 0.05) !important;
1654
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
1655
+ margin-bottom: 2px !important;
1656
+ cursor: pointer !important;
1648
1657
  }
1649
1658
 
1650
1659
  /* Remove root padding/spacing and ensure no gaps */