Skip to content

Instantly share code, notes, and snippets.

@lhns
Last active May 28, 2026 11:13
Show Gist options
  • Select an option

  • Save lhns/b961d84a226e24c637bfd4243424ae34 to your computer and use it in GitHub Desktop.

Select an option

Save lhns/b961d84a226e24c637bfd4243424ae34 to your computer and use it in GitHub Desktop.
.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