mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 08:05:13 +00:00
Add next button for instructions and finally the terminal is responsive
This commit is contained in:
@ -1,3 +1 @@
|
||||
<div class="tfw-xterm-container">
|
||||
<div #xterm class="tfw-xterm"></div>
|
||||
</div>
|
||||
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
|
||||
|
@ -1,6 +1,14 @@
|
||||
@import "../../assets/scss/mixins/layout.scss";
|
||||
@import "../../app/dashboard/dashboard.component.scss";
|
||||
|
||||
.tfw-xterm-container {
|
||||
@include set-component-size('terminal');
|
||||
|
||||
|
||||
|
||||
.tfw-xterm {
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user