mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Fixed terminal width
This commit is contained in:
@@ -460,9 +460,10 @@ button:hover {
|
|||||||
background-color: #0d131e;
|
background-color: #0d131e;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
#outerTerminal p {
|
#outerTerminal p {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user