Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "show template" to preview dropdown. #66514

Merged
merged 8 commits into from
Nov 5, 2024
Prev Previous commit
Adjust margin and remove pointer events
  • Loading branch information
tellthemachines committed Nov 5, 2024
commit 2389a89aeeb0c2c8b6d9935957e54d6d6f1c3fc1
3 changes: 2 additions & 1 deletion packages/editor/src/components/document-bar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@

.editor-document-bar__icon-layout.editor-document-bar__icon-layout {
position: absolute;
padding-left: $grid-unit-15;
margin-left: $grid-unit-15;
display: none;
pointer-events: none;
svg {
fill: $gray-600;
}
Expand Down
Loading