serial plugin ui improv

This commit is contained in:
Eugene Pankov
2020-03-01 13:08:16 +01:00
parent 10b21ee085
commit 1b29797a81
13 changed files with 50 additions and 211 deletions

View File

@@ -1,4 +1,4 @@
.ssh-tab-toolbar
.tab-toolbar
.btn.btn-outline-secondary.reveal-button
i.fas.fa-ellipsis-h
.toolbar(*ngIf='session', [class.show]='!session.open')

View File

@@ -13,7 +13,7 @@
margin: 15px;
}
.ssh-tab-toolbar {
> .tab-toolbar {
position: absolute;
top: 0;
left: 0;
@@ -41,6 +41,7 @@
&:hover .toolbar {
opacity: 1;
transform: translate(0, 0);
}
.toolbar {
@@ -52,10 +53,9 @@
align-items: center;
z-index: 1;
will-change: transform;
&>* {
pointer-events: all;
}
transform: translate(0, -100px);
transition: 0.25s transform ease-out;
pointer-events: all;
}
&.show {
@@ -65,6 +65,7 @@
.toolbar {
opacity: 1;
transform: translate(0, 0);
}
}
}