From b7cdb63a95118186ba46b3ee08bc17a47388536f Mon Sep 17 00:00:00 2001 From: Luciano Iam Date: Sun, 19 Apr 2020 19:27:52 +0200 Subject: [PATCH] WebSockets: optimize transport surf. layout --- share/web_surfaces/builtin/transport/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/web_surfaces/builtin/transport/main.css b/share/web_surfaces/builtin/transport/main.css index 3c930a1939..d4d9253f93 100644 --- a/share/web_surfaces/builtin/transport/main.css +++ b/share/web_surfaces/builtin/transport/main.css @@ -31,8 +31,8 @@ button::-moz-focus-inner { #ui { display: flex; flex-direction: column; - width: 768px; - height: 384px; + width: 800px; + height: 480px; max-width: 100%; max-height: 100%; background: rgba(0,0,0,0.1); @@ -49,7 +49,7 @@ button::-moz-focus-inner { flex: 1; justify-content: center; align-items: center; - font-family: monospace; + font-family: Menlo, monospace; font-size: 64px; } @@ -67,11 +67,11 @@ button::-moz-focus-inner { } #buttons > button { - height: 148px; - width: 148px; + height: 176px; + width: 176px; max-height: 100%; max-width: 100%; - border: solid 16px transparent; + border: solid 24px transparent; } #fullscreen {