Skip to content

Eon Picrew Tweaks by eonflare14

Details

Authoreonflare14

LicenseCC0

Categorypicrew.me

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Source code

@-moz-document domain("picrew.me") {
/* ==UserStyle==
@name Eon Picrew Tweaks
@description Requires https://userstyles.world/style/2752/picrew-desktop
(Basically fixes to a bunch of small details)
@namespace Eon
@version 1.2.4
@license No License
@changelog https://pastebin.com/4NKqr2ik
==/UserStyle==  */
}

@-moz-document domain("picrew.me") {
/* Discovery / Browse */

/*.masonry-container .masonry-item img.lazyloaded {
    transform: scale(0.99);
}*/

.rectangle {
	aspect-ratio: 1/2!important;
}
}

@-moz-document domain("picrew.me") {
/*Editor*/

/*Move image position mover thing*/
.imagemaker_controller {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/*Randomiser Only Picrews*/
.imagemaker_info_footer {
	position: absolute !important;
    width: 100%;
}

.imagemaker_info_wrapper .imagemaker_info_header_wrapper {
	top: 5%;
}

.imagemaker_itemlist ul {
	overflow-y: scroll;
	height: 90vh;
}

.imagemaker_info_show_btn {
	top: 24px;
}
	
.rectangle .imagemaker_canvas_wrapper {
	min-height: 0%;
}
}

@-moz-document domain("picrew.me") {
/*Info/Display Areas/Screens*/

/* Stop randomiser picrews cuttiong off */
.randommaker_result_modal_wrapper {
    position: absolute;
    top: -30%;
}

/*allow scrolling to view picrew description on picrews title/thumbnail screen*/
.play-Container_Imagemaker:has(.is_info_show) {
	overflow-y: auto;
}
}

@-moz-document domain("picrew.me") {
/*search & landing*/
.search-ImagemakerList .search-ImagemakerList_Result a,
.sitetop-ImagemakerList_List a,
.complete-Main_Img img{
	background: transparent !important;
}

/**UNCOMMENT FOR DARK MODE**/
.search-ImagemakerList .search-ImagemakerList_Result,
.search-Form {
	background: #2f2f2f;
}
	
.btn-filter,
.search-filterBox ul .labelBox,
.imagemaker_size {
	background: #232323!important;
	border: 1px solid #5e5e5e!important;
	color: #ddd
}
	
sitetop-info h1 i, 
.sw_imagemaker_title{
	color: #ddd!important;
}

.sitetop-info,
.sitetop-info h1:after,
.news-list li p{
	background: #232323!important;
	color: #ddd!important;
}
	
}

Reviews

No reviews yet.