Page MenuHomePhabricator

Add customisation instructions for preview in the plugin page
Closed, ResolvedPublic

Description

Background

Add instructions for users to allow them to change their preview style in the FAQ section and readme section of github repo

"How does one customise the preview style?“
In the admin site, go to “Appearance / customize”, then select the “Additional CSS” option from the left side menu.
In the text box, the following CSS should reset the existing term style so you can adjust it to your liking.
.wmf-wp-with-preview {
border: 0;
background-color: unset;
padding: unset;
}
.wmf-wp-with-preview::after {
content: '';
}

Event Timeline

PWaigi-WMF renamed this task from Add customisation instructions on the plugin page to Add customisation instructions for preview in the plugin page.Feb 24 2023, 9:24 PM
PWaigi-WMF triaged this task as Low priority.
PWaigi-WMF updated the task description. (Show Details)
PWaigi-WMF updated the task description. (Show Details)
PWaigi-WMF moved this task from Definition to Ready for Dev on the Inuka-Team (Kanban) board.
SBisson raised the priority of this task from Low to Medium.May 16 2023, 12:59 PM