Skip to content

Resize PolicyConnect UGC Editor by larsfield

Details

Authorlarsfield

LicenseNo License

CategoryPolicyConnect, CompliCare, CompliSpace Primary

Created

Updated

Size526 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small Firefox CSS tweak to resize the UGC editor in PolicyConnect, CompliCare and CompliSpace Primary

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Resize PolicyConnect UGC Editor
@version      20211222.23.11
@namespace    userstyles.world/user/larsfield
@description  Small Firefox CSS tweak to resize the UGC editor in PolicyConnect, CompliCare and CompliSpace Primary
@author       larsfield
@license      No License
==/UserStyle== */

@-moz-document domain("policyconnect.com.au"), domain("complicare.com.au"), domain("complispaceprimary.com.au") {
#draft-cgc-dialog--module-page-editor .editor__content {
    height: 40rem !important;
}
}

Reviews

No reviews yet.