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
@@ -1152,7 +1152,7 @@ body.term #screen {
-ms-user-select: none;
user-select: none;
font-family: monospace;
font-size: 16pt;
font-size: 20px;
white-space: nowrap;
background: #111213;
padding: 6px;
@@ -1160,12 +1160,11 @@ body.term #screen {
border: 2px solid #3983CD; }
body.term #screen span {
white-space: pre;
cursor: pointer; }
body.term #screen span:hover {
outline: 1px solid rgba(255, 255, 255, 0.4); }
@media screen and (max-width: 544px) {
body.term #screen span:hover {
outline: 0 none; } }
cursor: pointer;
display: inline-block;
line-height: 1.15em;
width: 0.6em;
overflow: visible; }
body.term #buttons {
margin-top: 10px;
white-space: nowrap; }