Making WordPress.org

Changeset 13245


Ignore:
Timestamp:
02/27/2024 09:57:40 AM (18 months ago)
Author:
amieiro
Message:

Translate: Fix a small bug in the panel CSS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r13056 r13245  
    24702470}
    24712471
    2472 .editor-panel__left .panel-header {
     2472.editor-panel__left .panel-header, .editor-panel__right {
    24732473    position: -webkit-sticky;
    24742474    position: sticky;
     
    24852485    .admin-bar .editor-panel__left .panel-header,
    24862486    .admin-bar .editor-panel__right {
    2487         top: calc( var(--wp-global-header-height) + var(--wp-admin--admin-bar--height) );
     2487        top: calc( var(--wp-admin--admin-bar--height) );
    24882488    }
    24892489}
Note: See TracChangeset for help on using the changeset viewer.