Template talk:Navbox

From RimWorld Wiki
Revision as of 17:04, 28 October 2022 by Pangaea (talk | contribs) (Suggested fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About recoding

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's 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. Pangaea (talk) 17:03, 28 October 2022 (UTC)