Skip to content

Commit

Permalink
tweaking toolbar CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiscool authored and mmiscool committed Aug 23, 2023
1 parent 56448a9 commit b1cf4ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/ui/components/Toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
border-radius: 0;
}
align-content: center;
overflow-y:scroll;

display:inline-flex;
flex-wrap: wrap;
}

.vertical {
Expand Down Expand Up @@ -58,13 +62,16 @@
}

.group {
display: flex;
display:inline-flex;
overflow-wrap: normal;
border: rgb(212, 12, 12);
border-width: 5px;
background-color: rgb(44, 44, 44);
margin: 3px;
padding: 2px;
border-radius: 5px;
height: max-content;
flex-wrap: wrap;
}


0 comments on commit b1cf4ff

Please sign in to comment.