13
0

WebSockets: optimize transport surf. layout

This commit is contained in:
Luciano Iam 2020-04-19 19:27:52 +02:00 committed by Robin Gareus
parent 66b8a741ae
commit b7cdb63a95
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -31,8 +31,8 @@ button::-moz-focus-inner {
#ui { #ui {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 768px; width: 800px;
height: 384px; height: 480px;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
@ -49,7 +49,7 @@ button::-moz-focus-inner {
flex: 1; flex: 1;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-family: monospace; font-family: Menlo, monospace;
font-size: 64px; font-size: 64px;
} }
@ -67,11 +67,11 @@ button::-moz-focus-inner {
} }
#buttons > button { #buttons > button {
height: 148px; height: 176px;
width: 148px; width: 176px;
max-height: 100%; max-height: 100%;
max-width: 100%; max-width: 100%;
border: solid 16px transparent; border: solid 24px transparent;
} }
#fullscreen { #fullscreen {