Closed assaultboy closed 9 years ago
Can you supply a screenshot of how it conflicts with the alignment?
Not home right now, I'll take one when I get home.
It's also not "broken" it's just different from every other tag
Yep I know, hence why I labeled it with enhancement. ;)
Here are some examples. Notcie how the tag is below Vuk's name
But in these pictures the tags are to the right of the name
Yep that's exactly due to Squad Leader position being from old system, title next to the name is as well, but Squad 2IC is from new system (as much as I know). I do believe having Squad Leader below name makes it look better though, can differentiate with everyone else easier.
Fixed in dev. This will be pushed in the next update. As an aside, if we assign classes to everything where possible, rather than hardcoding in linebreaks, etc., we can more easily fix this with pure CSS and then we don't have to worry about old/new systems.
I suggest to revert this, 2 reasons:
I think we should instead look into moving Squad 2IC below name as well, again we come to Squad Leader title using old system and Squad 2IC the new one though.
@codethirteen bump (read above comment)
Sure we can revert this, it was just a <br>
tag.
If you agree, yes, I am not trying to be dictator here. :grin:
Thinking about it, it will be better to not put a <br>
tag back in, but to give it a CSS class instead. If we do that with the old and the new tag systems we can style both much easier, and you can use CSS to target ::before
to add the <br>
if we want it. Much easier to maintain...
Yep I agree!
Also, one line code is written in markdown like:
Multiline:
Yeah I wrote that on my phone. Funny thing now I edited it from desktop browser it still looks screwed up.
Heh weird!
What differences are there in the old and new systems? I'm wondering how hard it would be to make them all part of the same system. This is yet more spaghetti we have to untangle!
Not sure, I haven't looked into it any more.
This has been done in 2015.05 update.
The squad leader tag on the unit roster page is below the holders name.
This conflicts with the alignment of every other tag which is to the right of the holders name. I'm assuming this is not intended, but if it is I recommend changing it to fit with the styling of the other tags.