Bigger 512x512 images on desktop (width >= 1200px).
pixai.art - bigger generator images by j0n4t
Details
Authorj0n4t
LicenseCC Zero
Categorypixai.art
Created
Updated
Size1.0 kB
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.5
@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 */
#workbench-layout > .contents > div:nth-child(2) {
margin-top: 240px;
}
}
/* membership banners */
main > div aside {
display: none !important;
}
}