Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active June 9, 2024 07:10
Show Gist options
  • Select an option

  • Save wilmoore/cc0c7f09d286ea6a317ea1efa74f3d9a to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/cc0c7f09d286ea6a317ea1efa74f3d9a to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Browser :: Extension :: Development :: Ultimate Sidebar for GitHub Gists :: Design Inspiration

Software Engineering :: Web :: Browser :: Extension :: Development :: Ultimate Sidebar for GitHub Gists :: Design Inspiration

⪼ Made with 💜 by Polyglot.

related

ChatGPT Sidebar

Open

image

Closed

image

ChatGPT Sidebar Icon

image

Source

<div type="button" id="radix-:r8:" aria-haspopup="menu" aria-expanded="false" data-state="closed" class="group flex cursor-pointer items-center gap-1 rounded-xl py-2 px-3 text-lg font-semibold hover:bg-token-main-surface-secondary radix-state-open:bg-token-main-surface-secondary juice:text-token-text-secondary juice:rounded-lg juice:py-1.5 overflow-hidden whitespace-nowrap">
  <div class="juice:text-token-text-secondary">ChatGPT <span class="text-token-text-secondary">4o</span>
  </div>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" class="icon-md text-token-text-tertiary">
    <path fill="currentColor" fill-rule="evenodd" d="M5.293 9.293a1 1 0 0 1 1.414 0L12 14.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414" clip-rule="evenodd"></path>
  </svg>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment