gismofx / toast_ui.blazor_calendar

Toast UI Calendar Wrapper For Blazor
MIT License
54 stars 8 forks source link

maybe issue on linux? #19

Closed nebula2 closed 2 years ago

nebula2 commented 2 years ago

Hey, I am trying to publish a webapp which uses this. webapp is hosted on a linux machine. And it looks kind of weird :-| image

May it be that this has something to do with this here? image

.."_Calendar" and "_calendar"

gismofx commented 2 years ago

@nebula2 Thanks! Are you using Nuget package or from source?

Anyway, you're probably right because Linux is case-sensitive. I'll be able to take a look this evening and see what I need to tweak. If you happen to figure it out what needs to change, please let me know.

nebula2 commented 2 years ago

hey, using it from nuget. normally i would add more details but time is not on my side today :/

gismofx commented 2 years ago

@nebula2 change your reference in the head to <link href="_content/toast_ui.blazor_calendar/TUI.blazorCalendar.css" rel="stylesheet"> There was a typo in the readme having an uppercase C.

nebula2 commented 2 years ago

Perfect! That fixed it :) image

Thank you very much 😊