[wp-trac] [WordPress Trac] #61756: Customizing Panel Size

WordPress Trac noreply at wordpress.org
Thu Jul 25 16:50:40 UTC 2024


#61756: Customizing Panel Size
----------------------------+-----------------------------
 Reporter:  discsox         |      Owner:  (none)
     Type:  enhancement     |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  6.6.1
 Severity:  normal          |   Keywords:  needs-patch
  Focuses:  ui, css         |
----------------------------+-----------------------------
 The Appearance - Customize - Additional CSS panel is really difficult to
 use because it is just too narrow to be useful (see
 [[Image(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 [[Image(https://mmdbiz.com/test/expandedCSSpanel.png)]])

 Thank you for considering this.

 Marcello

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61756>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list