13
0

WebSockets: make the mixer-demo look good on small screens

This commit is contained in:
Luciano Iam 2020-04-17 12:24:36 +02:00 committed by Robin Gareus
parent 1a6997e0c8
commit 28dd253231
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 3 additions and 2 deletions

View File

@ -108,7 +108,7 @@ div {
.plugin {
margin: 40px 0;
padding: 20px 40px;
padding: 20px;
background: rgba(0,0,0,0.05);
border-radius: 5px;
}
@ -118,7 +118,7 @@ div {
}
.plugin-param {
margin: 40px;
margin: 40px 0;
}
.plugin-param.boolean {

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Ardour WebSockets Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/widget.css">
</head>