sonophage_stardust-importer/styles.css
Sonophage 45bd08d5a1 fix: address Obsidian plugin reviewer findings
- Move modal code styling to styles.css; use Modal.setTitle() for the heading
- Replace raw <h3> settings headings with Setting().setHeading()
- Use activeDocument instead of document for popout-window compatibility
- Use window.setTimeout instead of bare setTimeout
- Type Last.fm/Trakt API responses and Templater access; remove all `any`
- Drop unnecessary regex escape in sanitizeTitle
- Add tag-triggered release workflow that attaches main.js/manifest.json/styles.css

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 15:14:27 -07:00

9 lines
156 B
CSS

/* Stardust Importer */
.stardust-trakt-code {
font-size: 2em;
font-weight: bold;
letter-spacing: 0.15em;
text-align: center;
margin: 0.5em 0;
}