aboutsummaryrefslogtreecommitdiff
path: root/_
diff options
context:
space:
mode:
Diffstat (limited to '_')
-rw-r--r--_/ps.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/_/ps.py b/_/ps.py
index 284c82f..827be35 100644
--- a/_/ps.py
+++ b/_/ps.py
@@ -37,9 +37,11 @@ while True:
+ "Content-Transfer-Encoding: base64\r\n"
+ "\r\n"
+ base64.standard_b64encode(
- ("<style>%s</style>" % open("screen.css").read() + t).encode(
- "utf-8"
- )
+ (
+ "<style>body{min-width:60rem;}%s</style>"
+ % open("screen.css").read()
+ + t
+ ).encode("utf-8")
).decode("utf-8", "error")
)
p.close()