Skip to content

Commit

Permalink
feat: wrap menu on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszkubacki committed Mar 30, 2024
1 parent 2a5d463 commit 1321aec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dotAndBoxEditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ class DotAndBoxEditor extends HTMLElement {
outline: 0 solid transparent;
}
.menu-wrapper {
height: 48px;
margin-top: 0;
margin-left: 0;
position: relative;
display: flex;
gap: 5px;
flex-wrap: nowrap;
flex-wrap: wrap;
justify-items: center;
align-items: center;
padding-left: 5px;
padding-right: 5px;
padding-right: 5px;
}
.separator {
Expand Down

0 comments on commit 1321aec

Please sign in to comment.