[wp-meta] [Making WordPress.org] #2437: Handbook sidebar background is off on large resolution screens

Making WordPress.org noreply at wordpress.org
Wed Jan 25 07:03:51 UTC 2017


#2437: Handbook sidebar background is off on large resolution screens
--------------------------------------+-------------------------
 Reporter:  dingo_bastard             |      Owner:
     Type:  defect                    |     Status:  new
 Priority:  normal                    |  Milestone:
Component:  Make (Get Involved) / P2  |   Keywords:  ui-feedback
--------------------------------------+-------------------------
 I noticed it yesterday on my 25" 2560x1440 screen that the sidebar on the
 handbook pages and the background (that is set as a sharp gradient of the
 entire `.handbook-template-default #page` div) gets misaligned (I'll
 attach an image of the issue below).

 The fix is to add a background to the sidebar so that no mater how big the
 resolution gets, there won't be any 'escaping' of the background.

 {{{#!css
 .handbook-template-default #secondary {
     margin: 0;
     background: #fafafa;
 }
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2437>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list