Last active
June 18, 2025 12:19
-
-
Save LukeNewNew/055aa51e1d66cc74e64d6df2371cc699 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
[data-message-author-role="user"] .bg-token-message-surface { | |
outline: 2px #d00000 solid | |
} | |
button.absolute.cursor-pointer:has(svg.icon-md.text-token-text-primary) { | |
display: none; | |
} | |
.text-token-text-secondary:has(.tabular-nums) { | |
background: #0f6c | |
} | |
.group\/conversation-turn [class*="turn-messages:opacity-100"] { | |
opacity: unset !important | |
} | |
.group\/conversation-turn [class*="mask-image:linear-gradient"] { | |
mask-image: unset !important; | |
} | |
button[class="text-m ms-2 flex items-center gap-2 rounded-full bg-[#F1F1FB] py-1.5 ps-3 pe-4 text-[#5D5BD0] hover:bg-[#E4E4F6]"]:has(svg) { | |
display: none !important | |
} | |
#page-header button.items-center.rounded-full[class*="#F1F1FB"][class*="#5D5BD0"][class*="#E4E4F6"][class*="#373669"][class*="#DCDBF6"][class*="#414071"]:has(svg.icon-sm) { | |
display: none !important | |
} | |
[data-state="open"].before\:bg-gray-200\/50:before { | |
transition: background 0s !important; | |
background: #00000080 !important | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment