Last active
May 28, 2026 11:13
-
-
Save lhns/b961d84a226e24c637bfd4243424ae34 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
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div { | |
| transform: scale(1.2); | |
| overflow: visible !important; | |
| } | |
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div > div { | |
| margin-right: 0 !important; | |
| } | |
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div > div:nth-of-type(1) > div[data-testid="data-testid gauge container"] > svg { | |
| transform: translateX(50%) translateY(-10%); | |
| clip-path: rect(0 50% 100% -50%); | |
| overflow: visible; | |
| } | |
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"] > svg { | |
| transform: translateX(-50%) translateY(-10%); | |
| clip-path: rect(0 150% 100% 50%); | |
| overflow: visible; | |
| } | |
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div > div:nth-of-type(1) > div[data-testid="data-testid gauge container"] > svg > g:has(> text) { | |
| transform: translateX(-50%) translateY(20%); | |
| } | |
| .css-kuoxoh-panel-content:has(> div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"]) > div > div > div:nth-of-type(2) > div[data-testid="data-testid gauge container"] > svg > g:has(> text) { | |
| transform: translateX(50%) translateY(20%); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment