New Roblox Wiki Width Fix

Don’t use stylish:
https://devforum.roblox.com/t/stylish-extension-tracks-your-history/142732

16 Likes

CSS reference:

  .main-container
  {
    max-width: 100%;
  }

  .home
  {
    max-width: 1440px;
  }

  .d-none.d-lg-block.col-md-3.col-lg-3.col-xl-3.bd-sidebar
  {
    max-width: 15%;
  }

  .d-xl-block.col-md-3.col-lg-2.col-xl-2.bd-toc
  {
    max-width: 15%;
    flex: 0 0 15%;
  }

  .col-md-9.col-lg-7.col-xl-7.bd-content.with-toc-gdpr
  {
    max-width: 70%;
    flex: 0 0 70%;
  }

  .header .logo
  {
    width: 256px;
  }

  .navbar-inner
  {
    width: 70%;
  }

  .actions-wrap
  {
    max-width: 50%;
    min-width: 50%;
  }

  .table.tbl-items .td-col-1
  {
    width: 17.5%;
  }

  .table.tbl-items .td-col-2
  {
    width: 10%;
  }

  .table td, .table.tbl-items td
  {
    padding: 6px;
  }

  .td-col-3 .r-side p
  {
    margin: 0;
  }

  .td-col-1 name
  {
    padding-left: 6px;
  }

Congratulations, you made our entire team crack up. We didn’t expect someone to rebel against the design THAT fast.

16 Likes

Now implement this for reals :wink:

2 Likes

Thank you! :smiley:

THANK YOU. while you’re at it, wanna make a dark theme for the site too? :wink:

Joritochip already made a dark mode, and it’s compatible with mine.

Glad you like it! This was my first stylish thing, I learned how stylish worked and made this the second I saw the new site. It needed to be done. It’s good overall, it just needs some more work.

1 Like

My Dark Theme fixes the page’s body width also, but if you’d like to have better sizing for sidebars and make the main content more prevalent, my theme (as yourock101 already said) is compatible. :+1:

I had a Dark Theme that also fixed main body width out within about 1 and a half hours of the release :joy: