Skip to content

Commit

Permalink
7 node / row limit added for screen width > 1780px
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jul 21, 2024
1 parent f6c9d60 commit f88adfc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/css/chise.css
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ img#template-reversible-output-add-button:hover {
{
display: table;
margin: auto;
width: 300px;
width: 350px;
}

.paletteCol {
Expand Down Expand Up @@ -934,6 +934,13 @@ img#template-reversible-output-add-button:hover {
Palettes on right pane
*/

@media (max-width: 1780px) {
.paletteWrapper
{
width: 300px;
}
}

@media (max-width: 1530px) {
.paletteWrapper
{
Expand Down

0 comments on commit f88adfc

Please sign in to comment.