Make WordPress Core

Opened 7 months ago

Last modified 2 months ago

#61756 new enhancement

Customizing Panel Size

Reported by: discsox's profile discsox Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.6.1
Component: Customize Keywords: has-patch
Focuses: ui, css Cc:

Description

The Appearance - Customize - Additional CSS panel is really difficult to use because it is just too narrow to be useful (see https://mmdbiz.com/test/currentCSSpanel.png)

There is a simple fix for this if you add a few lines of CSS to the WordPress admin:

#customize-controls {
    overflow: hidden;
    resize: horizontal;
    max-width: 50%;
}

This will allow the Side Bar to be expanded to 50% which is sufficient in most cases and makes the panel usable for adding a bit more complicated CSS. I believe it would be trivial to implement this and it would be a very helpful feature for everybody.
See https://mmdbiz.com/test/expandedCSSpanel.png)

Thank you for considering this.

Marcello

Change History (2)

#1 @sabernhardt
7 months ago

  • Component changed from Administration to Customize

This ticket was mentioned in PR #7994 on WordPress/wordpress-develop by @prasadkarmalkar.


2 months ago
#2

  • Keywords has-patch added; needs-patch removed

Added style to #customize-controls for customizer sidebar to get resize till 50%
Trac ticket:
https://core.trac.wordpress.org/ticket/61756

Note: See TracTickets for help on using tickets.