User:G3jzer/Wiki Issues

From Official Barotrauma Wiki
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:


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.

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