Skip to content

Photopea Editor Amplifier (PEA) by M3R14M

Details

AuthorM3R14M

LicenseNo License

Category*photopea.com/*

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide's the sidebar and grows the editor to full size

Notes

If you enjoy this feature, please make a donation to Photopea!

Source code

/* ==UserStyle==
@name         Photopea Editor Amplifier (PEA)
@version      20240212.00.45
@namespace    https://userstyles.world/user/M3R14M
@description  Hide's the sidebar and grows the editor to full size
@author       M3R14M
==/UserStyle== */

/* Hiding the sidebar */
.flexrow.app > div:nth-of-type(2) { 
    display: none!important;
}

/* Increase size of editor to make up for sidebar */
.flexrow.app > div:first-child,
.flexrow.app > div:first-child > .flexrow,
.flexrow.app > div:first-child > div:nth-of-type(3),
.panelblock.mainblock,
.mainblock > .block,
.block > .body {
    width: 100%!important;
}
.panelhead {
    max-width: 100%!important
}

@-moz-document domain("photopea.com") {
/* Hiding the sidebar */
.flexrow.app > div:nth-of-type(2) { 
    display: none!important;
}

/* Increase size of editor to make up for sidebar */
.flexrow.app > div:first-child,
.flexrow.app > div:first-child > .flexrow,
.flexrow.app > div:first-child > div:nth-of-type(3),
.panelblock.mainblock,
.mainblock > .block,
.block > .body {
    width: 100%!important;
}
.panelhead {
    max-width: 100%!important
}
}

Reviews

No reviews yet.