✨ Picrew Desktop CSS
Expands the image editor to use the full screen instead of the regular phone UI.
✨ Picrew Desktop by etstringy
Details
Authoretstringy
LicenseNo License
Categorypicrew
Created
Updated
Size889 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 ✨ Picrew Desktop
@version 20220115.00.54
@namespace userstyles.world/user/etstringy
@description ✨ Picrew Desktop CSS
Expands the image editor to use the full screen instead of the regular phone UI.
@author etstringy
@license No License
==/UserStyle== */
@-moz-document domain("picrew.me") {
.play-Imagemaker {
flex-direction: row;
width: 100%;
height: 200vh !important;
}
.play-Container_Imagemaker {
flex: none !important;
}
.play-Imagemaker_Footer,
.play-Container_Right,
.play-Container_Left {
display: none;
}
.imagemaker_control_wrapper {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
}
.imagemaker_canvas_wrapper {
width: 50%;
height: 100% !important;
}
.imagemaker_itemlist ul li {
width: 15.6%;
}
.imagemaker_colorpalette {
display: block;
}
}