thimiraonline Justoverclock thimiraonline thx for the pr It's my pleasure bro. I have another idea. When shall we discuss that?
[deleted] Justoverclock Welcomebox not handle dark mode Can you please remove the !important class from the below body when (@config-dark-mode = true) { .textinfo { color:#fff } .backgrwb { background: fade(@primary-color, 10%) !important; } } Having this declaration means it's impossible to override :-(
Justoverclock thimiraonline here or https://github.com/justoverclockl/flarum-ext-welcomebox/discussions/10
Justoverclock We are near to 500 download for this extension!! this post is to say thank you to all of you guys 🙂
katos Is there a way to get this to show on the tags page @Justoverclock ? At the minute this only seems to show on the "all discussions" page 🙂
Justoverclock katos yep you need to remove che css class, because many user ask to hide this on tags page (broke the layout)
Kylo katos https://github.com/justoverclockl/flarum-ext-welcomebox/blob/0e02732d682840c8b10a71eaf557fd7cb314a134/resources/less/forum.less#L123-L132 But it seems like containerwbguest is just a leftover class. I believe this will work: .TagsPage-nav .containerwb { display: flex; }
katos Kylo Found it: .TagsPage-nav .containerwb { display: flex !important; } Without the important, it fails - Thanks for the support as always @Kylo ! 🙂
katos Kylo Appreciate it! It's given me something to target though, so I'll mess around and see what's what 😉