updated css breakpoints
This commit is contained in:
		@@ -289,8 +289,16 @@
 | 
				
			|||||||
        ],
 | 
					        ],
 | 
				
			||||||
        "invertedMenu": true,
 | 
					        "invertedMenu": true,
 | 
				
			||||||
        "invertedToolbox": true,
 | 
					        "invertedToolbox": true,
 | 
				
			||||||
 | 
					        "coloredToolbox": true,
 | 
				
			||||||
        "simAnimationEnter": "rotate in",
 | 
					        "simAnimationEnter": "rotate in",
 | 
				
			||||||
        "simAnimationExit": "rotate out",
 | 
					        "simAnimationExit": "rotate out",
 | 
				
			||||||
        "blocklyOptions": { }
 | 
					        "blocklyOptions": { 
 | 
				
			||||||
 | 
					            "grid": {
 | 
				
			||||||
 | 
					                "spacing": 45,
 | 
				
			||||||
 | 
					                "length": 7,
 | 
				
			||||||
 | 
					                "colour": "rgba(189, 195, 199, 0.30)",
 | 
				
			||||||
 | 
					                "snap": false
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -103,7 +103,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Mobile */
 | 
					/* Mobile */
 | 
				
			||||||
@media only screen and (max-width: @largestMobileScreen) {
 | 
					@media only screen and (max-width: @largestMobileEditorBreakpoint) {
 | 
				
			||||||
    .blocklyTreeLabel {
 | 
					    .blocklyTreeLabel {
 | 
				
			||||||
        font-size: 0.5rem !important;
 | 
					        font-size: 0.5rem !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -113,7 +113,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Tablet */
 | 
					/* Tablet */
 | 
				
			||||||
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
 | 
					@media only screen and (min-width: @tabletEditorBreakpoint) and (max-width: @largestTabletEditorBreakpoint) {
 | 
				
			||||||
    .organization {
 | 
					    .organization {
 | 
				
			||||||
        top: auto;
 | 
					        top: auto;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -125,7 +125,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Small Monitor */
 | 
					/* Small Monitor */
 | 
				
			||||||
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
 | 
					@media only screen and (min-width: @computerEditorBreakpoint) and (max-width: @largestSmallMonitorEditorBreakpoint) {
 | 
				
			||||||
    .organization {
 | 
					    .organization {
 | 
				
			||||||
        top: auto;
 | 
					        top: auto;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
@@ -140,7 +140,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Large Monitor */
 | 
					/* Large Monitor */
 | 
				
			||||||
@media only screen and (min-width: @largeMonitorBreakpoint) {
 | 
					@media only screen and (min-width: @largeMonitorEditorBreakpoint) {
 | 
				
			||||||
    .blocklyTreeRow {
 | 
					    .blocklyTreeRow {
 | 
				
			||||||
        width: 230px;
 | 
					        width: 230px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user