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
Next Next commit
hide icon on small screens
  • Loading branch information
tellthemachines committed Oct 29, 2024
commit b8c7bb0e123725524612dd3ca44ad253ec2db7bf
5 changes: 4 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,11 @@

.editor-document-bar__icon-layout.editor-document-bar__icon-layout {
position: absolute;

display: none;
svg {
fill: $gray-600;
}
@include break-small {
display: flex;
}
}