v0.28.5 changes

This commit is contained in:
danielyxie
2017-09-13 09:22:22 -05:00
parent f8ff4cfba6
commit c0369bc937
11 changed files with 129 additions and 85 deletions
+2 -8
View File
@@ -4,7 +4,7 @@
height: 100%;
width: 99%;
overflow: auto;
overflow-y: scroll;
overflow-y: scroll;
}
#terminal {
@@ -19,11 +19,6 @@
table-layout:fixed;
}
/*
.posted {
width: 70%;
}*/
#terminal-input {
background-color: var(--my-background-color);
color: var(--my-font-color);
@@ -31,8 +26,7 @@
}
.terminal-input {
display: table-cell;
width: 90%;
display: inline-block;
padding: 0px !important;
margin: 0px !important;
border: 0px;