mirror of
https://github.com/unraid/api.git
synced 2026-05-01 20:54:27 -05:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user