mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
* 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
17 lines
477 B
CSS
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;
|
|
}
|