Bigger images in Path of Exile 2 forum post about the early access classes ascendancies
Enlarge class ascendancy images in EA forum post by amcodeam

Details
Authoramcodeam
LicenseNo License
Categoryhttps://www.pathofexile.com/forum/view-thread/3592012
Created
Updated
Code size886 B
Code checksumf07d777e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
The images in the page are too small, this simply makes them look bigger.
Source code
/* ==UserStyle==
@name www.pathofexile.com/forum/view-thread/3592012
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.pathofexile.com/forum/view-thread/3592012") {
.container > div:nth-child(2) {
width: 100% !important;
}
div.layoutBox1:nth-child(2) {
width: 100% !important;
}
div.content:nth-child(1) {
width: 100% !important;
}
div.content:nth-child(1) {
display: flex;
flex-direction: column;
align-items: center;
}
div.lbox-container:nth-child(2) {
width: 100% !important;
}
body > div.container > div.content > div.wrapper > div.layoutBox1.layoutBoxFull.forumTheme {
width: 100% !important;
}
}