Skip to content

Commit

Permalink
Adjusted left bar, so it can host simulated colors as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
drjoschua committed Jul 14, 2023
1 parent 75869a7 commit e2a900f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/myColors/myColors.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
grid-template-areas: "heading" "controls" "colorlist" "freespace";
grid-template-rows: auto auto auto 1fr;
height: 100vh;
max-width: 209px;
max-width: 245px;
}

.empty-message {
width: 85%;
width: 100%;
}

.color-list-controls {
Expand Down

0 comments on commit e2a900f

Please sign in to comment.