mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 09:00:51 -05:00
- Add .ce-card class with shadow and rounded corners to match native ChatGPT popup - Remove Tailwind border/rounded/shadow from menu popup in favor of .ce-card - Strengthen --ce-border-light fallbacks for visible menu item borders - Fix Select dropdown: auto width with right padding for arrow clearance - Add ._export variant for export dialog background Closes #357 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
357 B
HTML
14 lines
357 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + TS</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|