[wp-trac] [WordPress Trac] #59289: About Page for 6.4 Release

WordPress Trac noreply at wordpress.org
Fri Oct 20 17:51:22 UTC 2023


#59289: About Page for 6.4 Release
-------------------------------------+-------------------------------------
 Reporter:  rmartinezduque           |       Owner:  (none)
     Type:  task (blessed)           |      Status:  new
 Priority:  normal                   |   Milestone:  6.4
Component:  Help/About               |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-design-  |     Focuses:  ui, accessibility,
  feedback                           |  docs, ui-copy
-------------------------------------+-------------------------------------

Comment (by nudge):

 > I suggest replacing the current var(--background) with #EAE9E7
 I agree here. The graphic should not show on smaller screens, and updating
 the variable to that colour will fix this.

 For the responsive graphics, here are two modifications I would make:


 In `.about__header` change

 {{{
 min-height: 420px
 }}}

 to

 {{{
 height: clamp(12.5rem, -1.25rem + 36.67vw, 26.25rem)
 }}}

 In `.about__header-title` change

 {{{
 margin: 0 calc(var(--gap) + 3rem)
 }}}
 to

 {{{
 margin: 0 calc(var(--gap) + 2rem)
 }}}

 I'm wondering if the `6.4` is needed in the text. This would fix the rest
 of the overlapping text issue. Looking back at 6.0, it only had
 "WordPress" in the header along with the graphic "6.0".

 As for the RTL issue, is it possible to insert the "6.4" graphic and
 asterisk in the background separately?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59289#comment:41>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list