Skip to content

Instantly share code, notes, and snippets.

@lhns
Last active January 20, 2026 09: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:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div {
display: inline !important;
position: relative;
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div {
position: absolute;
left: 0 !important;
transform-origin: bottom right;
transform: scale(1.2);
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div > div {
overflow: visible !important;
align-items: center;
transform: translateX(50%);
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(1) > div > div:nth-of-type(1) > canvas {
clip-path: inset(0 50% 0 0);
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(2) > div > div:nth-of-type(1) > canvas {
clip-path: inset(0 0 0 50%);
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(1) > div > div:nth-of-type(1) > .flot-temp-elem {
top: 86% !important;
left: -20% !important;
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem {
top: 86% !important;
left: 80% !important;
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(1) > div > div:nth-of-type(2) {
transform: translateX(-50%);
}
.css-kuoxoh-panel-content:has(> div > div:nth-of-type(2) > div > div:nth-of-type(1) > .flot-temp-elem) > div > div:nth-of-type(2) > div > div:nth-of-type(2) {
transform: translateX(50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment