Making WordPress.org

Changeset 7508


Ignore:
Timestamp:
07/27/2018 04:19:17 AM (8 years ago)
Author:
obenland
Message:

Gutenberg: Account for Gutenberg front-end use

White background for better readability and a full-width toolbar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    r6531 r7508  
    374374}
    375375
    376 body {
     376html body {
    377377  background: #fff;
    378378  /* Fallback for when there is no custom background color defined. */ }
     
    934934}
    935935
     936/*--------------------------------------------------------------
     937# Frontenberg
     938--------------------------------------------------------------*/
     939
     940@media (min-width: 782px) {
     941        .folded .gutenberg__editor .edit-post-header {
     942            left: 0;
     943        }
     944}
    936945
    937946/*--------------------------------------------------------------
     
    10241033
    10251034/*--------------------------------------------------------------
    1026 # WP.org Hanbook
     1035# WP.org Handbook
    10271036--------------------------------------------------------------*/
    10281037
Note: See TracChangeset for help on using the changeset viewer.