Skip to content

wiki.beyondunreal.com - Mar 2024 by ZachFett

Screenshot of wiki.beyondunreal.com - Mar 2024

Details

AuthorZachFett

LicenseNo License

Categorywiki.beyondunreal.com

Created

Updated

Code size370 B

Code checksum59942b19

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple fix for the Beyond Unreal Wiki so that the text is no longer stretching off-screen on the left.

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;
}
}

Reviews

No reviews yet.