Skip to content

Commit

Permalink
Try: One appender at a time.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Apr 20, 2021
1 parent c164be6 commit cdf2a9b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
transition: all 0.1s ease;
@include reduce-motion("transition");
}

// Show one appender at a time.
display: none;
}

.block-editor-block-list__block.is-selected .block-list-appender {
display: block;
}

// For vertical flex containers, a 100% width ensures correct alignment.
Expand Down

0 comments on commit cdf2a9b

Please sign in to comment.