Spaces:
Running
Running
| /* ===== Character Reference Module ===== */ | |
| .reference-preview-container { | |
| position: relative; | |
| display: inline-block; | |
| width: 100%; | |
| border-radius: var(--radius); | |
| overflow: hidden; | |
| border: 1px solid var(--border); | |
| background: var(--bg-input); | |
| margin-bottom: 8px; | |
| } | |
| .reference-preview-img { | |
| display: block; | |
| width: 100%; | |
| height: auto; | |
| object-fit: contain; | |
| background: #000; | |
| } | |
| .reference-btn-row { | |
| display: flex; | |
| gap: 6px; | |
| margin-top: 6px; | |
| margin-bottom: 8px; | |
| } |