WebSockets: improve mixer-demo look

This commit is contained in:
Luciano Iam 2020-04-12 15:08:20 +02:00 committed by Robin Gareus
parent a8dce60eb5
commit 8c2f7d42b8
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -31,6 +31,7 @@ div {
height: 6em;
overflow: scroll;
overflow-x: hidden;
background: rgba(0,0,0,0.4);
}
#log pre {
@ -75,7 +76,6 @@ div {
margin: 5%;
padding: 2.5% 5%;
background: rgba(0,0,0,0.05);
border: solid 1px rgba(255,255,255,0.1);
border-radius: 5px;
}