Bigger 512x512 images on desktop (width >= 1200px).
pixai.art - bigger generator images by j0n4t

Details
Authorj0n4t
LicenseCC Zero
Categorypixai.art
Created
Updated
Code size1.0 kB
Code checksum249114e8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pixai.art - bigger generator images
@namespace github.com/openstyles/stylus
@version 1.1.6
@description Bigger 512x512 images on desktop (width >= 1200px).
@author @j0n4t
==/UserStyle== */
@-moz-document url-prefix("https://pixai.art/generator/image") {
@media (min-width: 1200px) {
/* images container */
main > div > div .isolate {
--grid-rows: 2 !important;
--grid-cols: 2 !important;
gap: 5px !important;
padding: 0 !important;
}
/*prompt area */
main > div:has(textarea) {
position: fixed !important;
left: 0 !important;
margin: 5px !important;
min-width: 340px;
z-index: 1;
}
main > div:has(textarea) :last-child {
flex-wrap: wrap;
}
/* left side bar */
[role="tabpanel"] > div.hidden.mlg\:flex.flex-col.mlg\:overflow-hidden > div {
margin-top: 20em !important;
}
}
/* membership banners */
main > div aside {
display: none !important;
}
}