wp/wp-includes/blocks/search/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    40   padding:8px;
    40   padding:8px;
    41   text-decoration:unset !important;
    41   text-decoration:unset !important;
    42 }
    42 }
    43 
    43 
    44 .wp-block-search.wp-block-search__button-only .wp-block-search__button{
    44 .wp-block-search.wp-block-search__button-only .wp-block-search__button{
       
    45   box-sizing:border-box;
       
    46   display:flex;
    45   flex-shrink:0;
    47   flex-shrink:0;
       
    48   justify-content:center;
    46   margin-right:0;
    49   margin-right:0;
    47   max-width:100%;
    50   max-width:100%;
    48 }
       
    49 .wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{
       
    50   max-width:calc(100% - 100px);
       
    51 }
    51 }
    52 .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
    52 .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
    53   min-width:0 !important;
    53   min-width:0 !important;
    54   transition-property:width;
    54   transition-property:width;
    55 }
    55 }