mirror of
https://github.com/sonophage/stardust-importer.git
synced 2026-07-22 07:48:44 +00:00
- 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>
9 lines
156 B
CSS
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;
|
|
}
|