Skip to content

Commit

Permalink
Template inspector: Small visual adjustments. (#62537)
Browse files Browse the repository at this point in the history
* Template inspector: Small visual adjustments.

* Update packages/editor/src/components/post-card-panel/style.scss

Co-authored-by: Aki Hamano <[email protected]>

---------

Co-authored-by: jasmussen <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent 9f49db1 commit 9389869
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/editor/src/components/post-card-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@

.editor-post-card-panel__icon.is-sync {
fill: var(--wp-block-synced-color);

& + .editor-post-card-panel__title {
color: var(--wp-block-synced-color);
}
}

.editor-post-card-panel__title-badge {
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-panel-row/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.editor-post-panel__row-label {
width: 30%;
width: 38%;
flex-shrink: 0;
min-height: $grid-unit-40;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/sidebar/post-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function PostSummary( { onActionPerformed } ) {
<PostLastEditedPanel />
</VStack>
{ ! isRemovedPostStatusPanel && (
<VStack spacing={ 2 }>
<VStack spacing={ 4 }>
<VStack spacing={ 1 }>
<PostStatusPanel />
<PostSchedulePanel />
Expand Down

0 comments on commit 9389869

Please sign in to comment.