All v0.26.0 changes

This commit is contained in:
danielyxie
2017-07-21 17:54:55 -05:00
parent e6b15ed4ab
commit e653b7b315
30 changed files with 1529 additions and 589 deletions
+9 -3
View File
@@ -11,11 +11,12 @@
padding-top: 10px;
padding-left: 10px;
height: auto;
width: 100%;
width: 70%;
font-size: 16px;
overflow: auto;
overflow-y: scroll;
background-color: var(--my-background-color);
table-layout:fixed;
}
/*
@@ -41,5 +42,10 @@
color: var(--my-font-color);
}
.terminal-line {
width: 70%;
word-wrap: break-word;
hyphens:auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
}