Make WordPress Core

Changeset 53438


Ignore:
Timestamp:
05/23/2022 04:53:02 PM (23 months ago)
Author:
ryelle
Message:

Administration: Fix image overlap in Dashboard welcome panel.

Use longhand positioning properties (top, right, etc) so that the rtlcss build process can correctly adjust the layout for the RTL CSS.

Props ryelle, costdev, ironprogrammer, hellofromtonya.
Merges [53437] to the 6.0 branch.
Fixes #55793.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

  • branches/6.0/src/wp-admin/css/dashboard.css

    r53385 r53438  
    156156.welcome-panel-header-image {
    157157    position: absolute;
    158     inset: -1rem var(--about-header-bg-offset-inline) 0 auto;
     158    top: -1rem;
     159    right: var(--about-header-bg-offset-inline);
     160    bottom: 0;
    159161    width: var(--about-header-bg-width);
    160162    height: auto;
Note: See TracChangeset for help on using the changeset viewer.