Making WordPress.org

Changeset 14096


Ignore:
Timestamp:
10/04/2024 04:09:49 AM (23 months ago)
Author:
adamwood
Message:

Make 2024: Improve site title team icon display

Closes https://github.com/WordPress/wordpress.org/issues/383

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/functions.php

    r14079 r14096  
    592592        }
    593593
    594         echo "</svg>\n";
     594        echo "</svg>";
    595595}
    596596add_action( 'wporg_breathe_before_name', __NAMESPACE__ . '\add_svg_icon_to_site_name' );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/patterns/local-nav.php

    r14034 r14096  
    1717
    1818                                        <!-- wp:paragraph {"fontSize":"small"} -->
    19                                         <p class="wp-block-site-title has-small-font-size"><a href="%1$s">%2$s %3$s</a></p>
     19                                        <p class="wp-block-site-title has-small-font-size"><a href="%1$s">%2$s%3$s</a></p>
    2020                                        <!-- /wp:paragraph -->
    2121
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css

    r14095 r14096  
    366366        -webkit-font-smoothing: antialiased;
    367367        display: inline-block;
    368         font: normal 24px/var(--wp--custom--body--small--typography--line-height) 'dashicons';
     368        font: normal 20px/var(--wp--custom--body--small--typography--line-height) 'dashicons';
    369369        vertical-align: middle;
    370         width: 32px;
     370        margin-right: 9px;
    371371}
    372372
     
    415415
    416416.wp-block-site-title svg {
    417         height: 30px;
    418         width: 30px;
     417        height: 24px;
     418        width: 24px;
    419419        vertical-align: middle;
     420        margin-right: 9px;
    420421}
    421422
Note: See TracChangeset for help on using the changeset viewer.