User:G3jzer/Wiki Issues: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
Line 17: Line 17:
=Tabber=
=Tabber=
Style of tabs is broken. They used to be displayed above the infobox, without the white line and with dark background.
Style of tabs is broken. They used to be displayed above the infobox, without the white line and with dark background.
Examples:
*[[Crate]]
*[[Template:Infobox_Tabs]]


From inspecting the page I see that the classes are configured incorrectly.
From inspecting the page I see that the classes are configured incorrectly.
Line 22: Line 27:
**set flex-direction to row-reverse
**set flex-direction to row-reverse
**remove box-shadow
**remove box-shadow
*"tabber__tab"
*"tabber__tab" class
**set background to rgb(9,9,8)
**set background to rgb(9,9,8)


They 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.


*[[Crate]]
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.
*[[Template:Infobox_Tabs]]
*We could minimize this a bit by adding "width: min-content" to tabber__tab class

Revision as of 10:04, 22 December 2023

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.

  • "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