Make WordPress Core

Changeset 54167


Ignore:
Timestamp:
09/14/2022 09:33:01 PM (2 years ago)
Author:
audrasjb
Message:

Twenty Twenty: Fix Social Links widget alignment.

This fixes an alignment issue with the Social Links block used in the context of a widget area.

Props grandeljay, sabernhardt.
Fixes #56474.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r54107 r54167  
    43314331/* Widget: Text ------------------------------ */
    43324332
     4333/* Widget: Blocks ---------------------------- */
     4334
     4335.widget .wp-block-social-links li {
     4336    margin-top: 0;
     4337}
     4338
    43334339
    43344340/* -------------------------------------------------------------------------- */
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r54107 r54167  
    43674367/* Widget: Text ------------------------------ */
    43684368
     4369/* Widget: Blocks ---------------------------- */
     4370
     4371.widget .wp-block-social-links li {
     4372    margin-top: 0;
     4373}
     4374
    43694375
    43704376/* -------------------------------------------------------------------------- */
Note: See TracChangeset for help on using the changeset viewer.