User:G3jzer/Wiki Issues: Difference between revisions

From Official Barotrauma Wiki
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 24: Line 24:




<big> I'm trying to make it better than it was before so disregard the settings below for now </big>
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
* "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.
<!--
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:
*"tabber__header" class  
*"tabber__header" class  
Line 37: Line 47:
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.
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
*We could minimize this a bit by adding "width: min-content" to tabber__tab class
-->

Revision as of 12:37, 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
  • "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.