User:G3jzer/Wiki Issues

From Official Barotrauma Wiki
Revision as of 12:08, 22 December 2023 by G3jzer (talk | contribs)
Jump to: navigation, search

Gallery

Height of videos in galleries is broken when width is set to more than 200px

User:G3jzer/Wiki Issues/Gallery


Images

1. Some images are missing since server migration. Don't know if they can be recovered or need to be reuploaded. Some examples from just missions:

2. All file pages log users out, making it impossible to do any changes to them, outside of using batch upload Special:BatchUpload to avoid going on the individual pages.


Tabber

Style of tabs is broken. They used to be displayed above the infobox, without the white line and with dark background.

Examples:


I'm trying to make it better than it was before so disregard the settings below for now


From inspecting the page I see that the classes are configured incorrectly. I fiddled with it for a bit and this looks fine:

  • "tabber__header" class
    • set flex-direction to row-reverse
    • remove box-shadow
  • "tabber__tab" class
    • set background to rgb(9,9,8)


The tabs will still spill out to the left of the infobox if there are too many of them, but that's how it used to be. Would probably be good to check other wikis to see how they did similar stuff.

  • We could minimize this a bit by adding "width: min-content" to tabber__tab class