User:G3jzer/Wiki Issues: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 34: Line 34:
** column-gap:0.1em
** column-gap:0.1em
* "tabber__tab" class
* "tabber__tab" class
** remove display:inline-flex
** text-align:center
** flex:1 auto
** flex:1 auto
** background:rgb(9,9,8)
** background:rgb(9,9,8)


Then the infobox needs to be set to "width:100%;height:fit-content" in the template when it's inside a tabber.
Then the infobox needs to be set to "width:100%" in the template when it's inside a tabber.
<!--
<!--
From inspecting the page I see that the classes are configured incorrectly. I fiddled with it for a bit and this looks fine:
From inspecting the page I see that the classes are configured incorrectly. I fiddled with it for a bit and this looks fine:

Revision as of 13:16, 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:


I'm trying to make it better than it was before, this is what i came up with at this time (work in progress):

  • div above "tabber tabber-live" class
    • style="float:right;max-width:30%"
  • "tabber__tabs" class
    • flex-flow:wrap-reverse
    • flex-direction:row-reverse
    • row-gap:0.1em
    • column-gap:0.1em
  • "tabber__tab" class
    • remove display:inline-flex
    • text-align:center
    • flex:1 auto
    • background:rgb(9,9,8)

Then the infobox needs to be set to "width:100%" in the template when it's inside a tabber.