Template talk:Navbox

From RimWorld Wiki
Jump to navigation Jump to search

About recoding[edit]

It looks like the problem is in the stylesheet, specifically the ".navbar" part. I can't find such code in either Vector.css nor Common.css, so it probably sits deeper, in the extension itself. After fiddling about with Firefox Inspector, I think this should solve it:

.navbar { min-height: 20px; margin-bottom: 5px; float: left; }

Because min-height and margin-bottom is set in the extension, we probably need to overwrite it with some value, so the tag must be set. 20 and 5px look decent on my end, but this can ofc be altered if you want a thicker bar. Then float to get the v-t-e 'buttons' over to the left. These changes must be done to the stylesheet, which should be Vector.css. I can't make these changes myself, so a moderator must do it. Am not sure if the collapsed "Hide" button will mess things up, as I'm not able to test it properly on my end due to custom CSS that apparently can't be toggled off. It's possible that everything is put over to the left when hiding the navbox for some reason. Maybe we'd need more granular code in that case. Pangaea (talk) 17:03, 28 October 2022 (UTC)