Created
March 6, 2026 12:57
-
-
Save Lego2012/93717bac4722bf8ad02076227ce6849c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| /* Make the Core Framework Popup wider & taller | |
| */ | |
| .cf-variable-ui { | |
| width: 50rem !important; | |
| height: 50vh !important; | |
| } | |
| /* Makes Color Chips taller */ | |
| .cf-variable-ui .cf-variable-ui-list-item-color { | |
| height: 3rem; | |
| } | |
| /* Makes Color titles larger */ | |
| cf-variable-ui .cf-variable-ui-color-title { | |
| font-size: var(--text-m); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment