Skip to content

Instantly share code, notes, and snippets.

@LukeNewNew
Last active April 24, 2025 03:17
Show Gist options
  • Save LukeNewNew/44b89dc810d856eac96f5b72b4e066a8 to your computer and use it in GitHub Desktop.
Save LukeNewNew/44b89dc810d856eac96f5b72b4e066a8 to your computer and use it in GitHub Desktop.
main:has(div.h-full.max-h-screen.min-h-screen.w-full div.flex.flex-col.items-start a[href^="/explore"].bg-token-bg-active) div[class^="absolute bottom-2 left-1/2 hidden w-full max-w-[800px] -translate-x-1/2 px-3 tablet:block tablet:left-[calc(var(--sidebar-width)+2*var(--sidebar-gap)+(100%-(var(--sidebar-width)+2*var(--sidebar-gap)))/2)] tablet:w-[calc(100%-(var(--sidebar-width)+2*var(--sidebar-gap)))]"]:has(textarea[placeholder^="Describe your"]) {
display: none !important
}
div[role="dialog"].dialog-content:has([style*="scrollbar-gutter"]) {
height: 100vh !important;
max-width: 100vw !important;
img, video {
object-fit: contain !important;
}
}
a.group .h-12.w-12.flex-shrink-0.overflow-hidden.rounded-sm:has(svg) {
outline: 3px solid red;
outline-offset: 4px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment