Replies: 3 comments 7 replies
-
@allecsc Yeah...so the order in which Zen/Sine loads mods/themes is in alphabetical order, this means that you can't overwrite Nebula cause Altover loads before it. I have been thinking about adding something like this that could be like "loadOrder" so you could load your css last, but until then, I would go with what ChatGPT is saying. Basically, what ChatGPT is saying is to use something that would overwrite Nebula's styling cause your styling only happens on certain conditions (such conditions occur everytime.) If you could share the edits you are making to Nebula's CSS, I'd gladly help. |
Beta Was this translation helpful? Give feedback.
-
Managed to make it work, and tested it together with the bundle. It will automatically install Nebula, but it won't work with multiple modules. I've tried adding both Nebula and my other mod and it only installed the last one of them every time. Is this supposed to happen or am I missing something? Anyway, I've got it prepared for Sine and will open a new issue to add the theme. Give it a check when you have the time. |
Beta Was this translation helpful? Give feedback.
-
Hey, I've made a standalone version of Altover that doesn't require Nebula anymore. I'd like to keep the current one as an Add-on version for Nebula, and upload the new one as a Standalone mod. I've tried submitting it but since they're on different branches of the same repo, it got automatically detected as already submitted. They have different IDs and names in theme.json. Is there anything I can do to have them both up? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m not sure I can bundle it properly since I have to directly modify some of Nebula’s files, and I don’t know how that would work if I try to pack my theme as a standalone mod. Ever since I installed Nebula through Sine, I haven’t been able to tweak Nebula-specific stuff using a regular CSS file. I used to have a Nebula_override.css with all my changes, but now I have to add them directly into Nebula’s userChrome.css to get them to work.
On top of that, there’s one thing I can’t override at all, not even from Nebula’s own files. The only way I’ve been able to change it is by editing Tabstyles.css directly inside Nebula’s modules, which obviously isn’t ideal in case of an update. I’m not entirely sure what’s going on or why it behaves this way. It’d definitely be a lot more convenient if everything could be overridden from one file, which would probably make bundling work too. But so far, I haven’t had any luck figuring it out. Any idea what might be causing this? ChatGPT mentioned something about higher specificity, whatever that means.
Beta Was this translation helpful? Give feedback.
All reactions