User:G3jzer/Wiki Issues: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
No edit summary
Line 31: Line 31:
** flex-flow:wrap-reverse
** flex-flow:wrap-reverse
** flex-direction:row-reverse
** flex-direction:row-reverse
** row-gap:1em
** column-gap:1em
* "tabber__tab" class
* "tabber__tab" class
** flex:1 auto
** flex:1 auto

Revision as of 12:43, 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:1em
    • column-gap:1em
  • "tabber__tab" class
    • 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.