You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Index.css seems to either be ignored or only used once, any changes made to this file are not reflected on restart of the chat resource.
However, after looking at the fxmanifest I can see it refers to /dist/index.css and upon further inspection in nui devtools I can see the same, with no reference to the original file.
Took me a while to figure out, copied my changes to /dist/index.css and all was fine in the server again after restart command.
Not sure if this is an issue or not, just reporting my findings as it appears to be duplicating a file and ignoring the first one.
The text was updated successfully, but these errors were encountered:
Thanks for the reply Arthur, again I'm not sure if it is intended functionality or maybe a simple missed cleanup.
But it seems strange that the chat resource itself would copy a css file and then ignore the first one, when it could just reference the first one, obviously if it's build behaviour then it makes more sense I guess.
Any updates? I've been battling making chat transparent for a week now and just found this issue. Kinda annoying how restrictive chat resource is, I get that people break it but there should be some minimum config file to change color, font type and size and size of the chat/message box etc?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Inside ../chat/html/
Index.css seems to either be ignored or only used once, any changes made to this file are not reflected on restart of the chat resource.
However, after looking at the fxmanifest I can see it refers to /dist/index.css and upon further inspection in nui devtools I can see the same, with no reference to the original file.
Took me a while to figure out, copied my changes to /dist/index.css and all was fine in the server again after restart command.
Not sure if this is an issue or not, just reporting my findings as it appears to be duplicating a file and ignoring the first one.
The text was updated successfully, but these errors were encountered: