Skip to content

Wikipedia layout width fix 2023 by ukr

Screenshot of Wikipedia layout width fix 2023

Details

Authorukr

LicenseMIT License

Categorywikipedia.org

Created

Updated

Size480 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Styles that bring the width of the content back to the level of the old Wikipedia design.

Notes

v1.1.6
• working again

Source code

/* ==UserStyle==
@name         Wikipedia layout width fix 2023
@version      v1.1.6
@namespace    userstyles.world/user/ukr
@description  Wikipedia layout width fix
@author       ukr
@license      MIT License
==/UserStyle== */

@-moz-document domain("wikipedia.org"){
@media screen and (min-width: 1000px) {
.vector-feature-zebra-design-disabled .mw-body, .vector-feature-zebra-design-enabled .mw-body {
  display: block;
}
}
.mw-body {
  display: block;    
}
}

Reviews

No reviews yet.