For 1080p screens
Jul/Acmlmboard Stretch fix for 1080p by suspiciouslybee
Details
Authorsuspiciouslybee
LicenseNo License
Categoryjul.rustedlogic.net
Created
Updated
Size476 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 Jul/Acmlmboard Stretch fix for 1080p
@version 20221120.22.14
@namespace userstyles.world/user/suspiciouslybee
@description For 1080p screens
@author suspiciouslybee
@license No License
==/UserStyle== */
@-moz-document domain("jul.rustedlogic.net") {
body{max-width:1280px;margin-right:auto;margin-left:auto;} /*This makes it less of a pain on wide screen devices, this is designed for 1080p in mind... by suspiciouslyBee*/
}