Skip to content

Commit

Permalink
hide icon on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Oct 28, 2024
1 parent 18ca4fd commit 22fcb78
Showing 1 changed file with 4 additions and 1 deletion.
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;
}
}

0 comments on commit 22fcb78

Please sign in to comment.