Temporarily fixed #71 by fixed cell width, rel 7.0 preparations

This commit is contained in:
2017-09-03 23:06:55 +02:00
parent 4edaa0687d
commit fe699c7918
6 changed files with 24 additions and 26 deletions
+6 -7
View File
@@ -17,7 +17,7 @@ body.term {
#screen {
@include noselect();
font-family: monospace;
font-size: 16pt;
font-size: 20px;//16pt; - 16pt causes vertical breaks in line drawing characters??
white-space: nowrap;
background: #111213;
padding: 6px;
@@ -27,12 +27,11 @@ body.term {
span {
white-space: pre;
cursor: pointer;
&:hover {
outline: 1px solid rgba(#ffffff, 0.4);
@include media($phone) {
outline: 0 none;
}
}
display: inline-block;
line-height: 1.15em; // this adjusts the spacing
width: 0.6em; // horizontal spacing, estimated to be about right
overflow: visible;
}
}