Rename 'move output to input' to 'replace input with output'

Shrink close tab buttons
This commit is contained in:
j433866 2019-06-03 15:37:14 +01:00
parent d3e8616e90
commit f5cf7bb1f2
2 changed files with 12 additions and 1 deletions

View file

@ -87,6 +87,17 @@
background-color: var(--primary-background-colour);
}
.input-tab-content+.btn-close-tab {
display: block;
margin-top: auto;
margin-bottom: auto;
margin-right: 2px;
}
.input-tab-content+.btn-close-tab i {
font-size: 0.8em;
}
.input-tab-buttons,
.output-tab-buttons {
width: 25px;