WebSockets: make the mixer-demo look good on small screens
This commit is contained in:
parent
1a6997e0c8
commit
28dd253231
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user