asyouplz_SpeechNote/src/ui/settings/settings.css
asyouplz fc3ac57026 Comprehensive Refactoring & Type Safety Fixes (#48)
* refactor: address PR #8004 review comments and fix lint errors

* fix: address CI failures and code review feedback

* Refactor: comprehensive fix for lint errors and type safety regressions

* chore: trigger CI and Claude Code Review workflows
2026-01-20 10:41:22 +09:00

17 lines
477 B
CSS

/* Settings view aggregator for Speech-to-Text plugin */
/* Imports existing UI styles so a single stylesheet can be referenced. */
@import url('../styles/provider-settings.css');
@import url('../styles/progress.css');
@import url('../styles/notifications.css');
@import url('../styles/file-picker.css');
/* Minimal layout tweaks for settings containers */
.deepgram-settings-container {
display: block;
margin-top: 8px;
}
.provider-settings {
display: block;
}