File tree Expand file tree Collapse file tree 5 files changed +38
-8
lines changed Expand file tree Collapse file tree 5 files changed +38
-8
lines changed Original file line number Diff line number Diff line change 38
38
" ./node_modules/jquery/dist/jquery.js" ,
39
39
" node_modules/chart.js/dist/Chart.js" ,
40
40
" node_modules/hammerjs/hammer.min.js" ,
41
- " ./node_modules/jquery/dist/jquery.min.js" ,
42
- " ./node_modules/froala-editor/js/froala_editor.pkgd.min.js"
41
+ " ./node_modules/jquery/dist/jquery.min.js"
43
42
]
44
43
},
45
44
"configurations" : {
Original file line number Diff line number Diff line change 1
- < div class ="d-flex flex-row ">
1
+ < div *ngIf =" false " class ="d-flex flex-row ">
2
2
< button type ="button " class ="btn btn-outline-info go-back " mdbWavesEffect (click) ="router.navigateByUrl('/') "> < i class ="fas fa-arrow-left "> </ i > </ button >
3
3
< h1 class ="p-2 "> StackBlitz Editor Example:</ h1 >
4
4
< button class ="btn blue " (click) ="refresh() " mdbWavesEffect > refresh</ button >
5
5
< button class ="btn blue " (click) ="receiveUpdates() " mdbWavesEffect > Receive Updates</ button >
6
6
< button class ="btn blue " (click) ="createFile() " mdbWavesEffect > create file</ button >
7
7
< button class ="btn blue " (click) ="getSnapshot() " mdbWavesEffect > get workspace</ button >
8
8
</ div >
9
- < div #editor name ='editor ' id ="editor "> </ div >
9
+ < div class ="ide-container ">
10
+ < div #editor name ='editor ' id ="editor "> </ div >
11
+ </ div >
10
12
< app-github [user] ='userStatus ' *ngIf ="options "> </ app-github >
Original file line number Diff line number Diff line change
1
+ @import ' ../../assets/themes/dark.scss' ;
2
+
3
+ .ide-container {
4
+ order : 0 ;
5
+ flex : 1 1 auto ;
6
+ align-self : auto ;
7
+ display : block ;
8
+ }
9
+
10
+ /deep/ html .gr__localhost body app-root app-ide iframe #editor {
11
+ position : absolute ;
12
+ padding-top : 3.35em ;
13
+ height : 100% ;
14
+ }
Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
.bloquer {
12
- min-height : 6 em ;
12
+ min-height : 5 em ;
13
13
}
14
14
15
15
.welcome-text {
Original file line number Diff line number Diff line change 1
1
@import " ./assets/themes/dark.scss" ;
2
2
3
- html {
4
- background-color : transparent ;
3
+ html , body {
4
+ background-color : #3c3c3c ;
5
+ min-height : 100vh ;
6
+ height : auto ;
7
+ margin : 0 ;
5
8
}
6
9
7
10
.container {
@@ -11,11 +14,23 @@ html {
11
14
12
15
.navbar {
13
16
padding-right : 0rem ;
14
- padding-left : .5 rem ;
17
+ padding-left : .3 rem ;
15
18
background-color : $primary-color-variant ;
16
19
color : $text-color ;
17
20
}
18
21
22
+ .navbar.scrolling-navbar {
23
+ padding-top : .1em ;
24
+ padding-bottom : .1em ;
25
+ }
26
+
27
+ @media (max-width : 993px ) {
28
+ .navbar.scrolling-navbar {
29
+ padding-top : .45em ;
30
+ padding-bottom : .45em ;
31
+ }
32
+ }
33
+
19
34
.navbar-brand , .nav-link {
20
35
color : $text-color ;
21
36
}
You can’t perform that action at this time.
0 commit comments