Make WordPress Core

Ticket #55793: 55793.diff

File 55793.diff, 475 bytes (added by ryelle, 3 years ago)
  • src/wp-admin/css/dashboard.css

     
    155155
    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;
    161163}