Making WordPress.org

Opened 5 weeks ago

Last modified 3 weeks ago

#7955 new defect (bug)

Increased Icon and Font Size for Better Visibility

Reported by: densinakum's profile densinakum Owned by:
Milestone: Priority: normal
Component: General Keywords:
Cc:

Description

https://wordpress.org/blocks/

The Blocks page previously had a very small icon and font size, which made it less noticeable and affected the overall design. I have updated the menu by increasing both the icon size and the font size. This change was necessary to enhance visibility and provide a better user experience from both a visitor’s and a design perspective.

Before https://prnt.sc/G8Q-MihMzzoz
After https://prnt.sc/bSn_JXptLYYU

wp-block-image img {
    width: 30px !important;
    height: 30px !important;
}
p.has-extra-small-font-size {
    font-size: 14px !important;
}

Change History (1)

Note: See TracTickets for help on using tickets.