Last active
January 20, 2026 09: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: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