mirror of
https://github.com/sensebox/blockly-app
synced 2025-04-19 16:07:33 +02:00
Merge branch 'development_yannick'
This commit is contained in:
commit
7562d00263
4 changed files with 12 additions and 10 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 60674aa95849ab75e60c04d74ea29339b856473b
|
Subproject commit 4dbba301f5a28484ab2693c8229a22bb3ad0a6e4
|
|
@ -12,13 +12,15 @@
|
||||||
<link rel="stylesheet" href="blockly/ardublockly/prettify/arduino.css">
|
<link rel="stylesheet" href="blockly/ardublockly/prettify/arduino.css">
|
||||||
<link rel="stylesheet" href="blockly/ardublockly/ardublockly.css" media="screen,projection">
|
<link rel="stylesheet" href="blockly/ardublockly/ardublockly.css" media="screen,projection">
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.resize {
|
.blocks_panel_large, .blocks_panel_small, #content_blocks, .content_xml_large, .content_xml_small {
|
||||||
height: 97%;
|
height: 98vh; /* Standard */
|
||||||
width: 97%;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,9 @@
|
||||||
</ion-navbar>
|
</ion-navbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content padding>
|
<ion-content>
|
||||||
<ion-fab top right edge>
|
<ion-fab top right edge>
|
||||||
<button ion-fab mini (click)="launchOtaWizard()" color ="light"><ion-icon name="wifi"></ion-icon></button>
|
<button ion-fab large (click)="launchOtaWizard()" color ="light"><ion-icon name="wifi"></ion-icon></button>
|
||||||
</ion-fab>
|
</ion-fab>
|
||||||
|
<iframe #blocklyFrame scrolling="no" src='assets/blockly.html'></iframe>
|
||||||
<iframe #blocklyFrame src='assets/blockly.html'></iframe>
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
page-blockly {
|
page-blockly {
|
||||||
iframe {
|
iframe {
|
||||||
height: 100%;
|
height: 97%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue