Simple fix for the Beyond Unreal Wiki so that the text is no longer stretching off-screen on the left.
wiki.beyondunreal.com - Mar 2024 by ZachFett
Details
AuthorZachFett
LicenseNo License
Categorywiki.beyondunreal.com
Created
Updated
Size370 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wiki.beyondunreal.com - Mar 2024
@version 20240331.06.13
@namespace https://userstyles.world/user/Zach Fett
@description Simple fix so the text is no longer stretching off-screen on the left.
@author Zach Fett
==/UserStyle== */
@-moz-document domain("wiki.beyondunreal.com") {
div#column-content {
margin-left: 0em;
}
}