Making WordPress.org


Ignore:
Timestamp:
04/12/2024 02:03:45 AM (14 months ago)
Author:
adamwood
Message:

wporg-support-2024: Improve topic actions layout

See https://github.com/WordPress/wordpress.org/issues/245
See #7572

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_site.scss

    r13501 r13503  
    340340/*--------------------------------------------------------------
    341341# .search-form
     342# Matches wp-block-search styles
    342343--------------------------------------------------------------*/
    343344.search-form {
     345    display: inline-block;
    344346    font-size: 0;
    345347    max-width: 100%;
    346348    position: relative;
    347 
    348     // Matches wp-block-search styles
     349    width: 232px;
     350
    349351    .search-field {
    350352        border: none;
     
    352354        display: block;
    353355        max-width: 100%;
    354         width: 232px;
     356        width: 100%;
    355357        background-color: var(--wp--custom--form--search--color--background);
    356358        font-size: var(--wp--custom--form--typography--font-size);
Note: See TracChangeset for help on using the changeset viewer.