Upgrade to latest xterm version (#348)
* new xterm rewire * fullscreen improvements * resize fix * fixes and font size * increase decreae font shortcuts * handle command +- non macos
This commit is contained in:
committed by
Marcos Nils
parent
5d86894521
commit
bfde6dfc24
@@ -4,9 +4,17 @@
|
||||
background-color: rgba(158,158,158,0.2);
|
||||
}
|
||||
|
||||
md-card-content.terminal-container {
|
||||
.terminal-container {
|
||||
background-color: #000;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
justify-content: stretch;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.terminal-instance{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.clock {
|
||||
|
||||
Reference in New Issue
Block a user