Stable Diffusion Web UI - fix OpenOutpaint size in Lobe theme
SDWU - fix OpenOutpaint size in Lobe theme by monnef
Details
Authormonnef
LicenseNo License
Category127.0.0.1
Created
Updated
Size375 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 Stable Diffusion Web UI - fix OpenOutpaint size in Lobe theme
@namespace monnef.eu
@version 1.0.0
@author monnef
==/UserStyle== */
@-moz-document url-prefix("http://127.0.0.1:7860") {
#root #tab_openOutpaint #openoutpaint-iframe {
height: 100vh !important;
width: 100vw !important;
}
}