Fix with of command to 99%

This commit is contained in:
mattpass
2020-10-23 11:08:18 +01:00
parent 362bbf5c5d
commit c3c829ec3d

View File

@@ -34,5 +34,5 @@ html, body {width: 100%; height: 100%}
.commandLine .promptVLine {display: inline-block; width: 1px; height: 12px; margin-top: -5px; margin-left: 3px; background: #b58901}
.commandLine .promptHLine {display: inline-block; color: #b58901}
.commandLine .promptArrow {display: inline-block; margin-left:-1px}
.commandLine .command {border: none; background: transparent; color: #fff}
.commandLine .command {border: none; width: 98%; background: transparent; color: #fff}
.commandLine .command:focus {outline: none}