feat: swap to absolute paths for css (#1224)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Style**
- Updated CSS file paths across multiple components to reference assets
absolutely, ensuring consistent and reliable styling across the user
interface.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eli Bosley
2025-03-17 16:28:49 -04:00
committed by GitHub
parent 12e16a6404
commit dd9983c8b7
22 changed files with 29 additions and 23 deletions
+1 -1
View File
@@ -152,5 +152,5 @@ const navigateToExternalSSOUrl = () => {
<style lang="postcss">
/* Import unraid-ui globals first */
@import '@unraid/ui/styles';
@import '../assets/main.css';
@import '~/assets/main.css';
</style>