WebSockets: reduce transport surface buttons size
This commit is contained in:
parent
4579f5b4cd
commit
744762f343
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Ardour Transport</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="main.css?99">
|
||||
<link rel="stylesheet" type="text/css" href="main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
|
@ -68,8 +68,8 @@ button::-moz-focus-inner {
|
||||
}
|
||||
|
||||
#buttons > button {
|
||||
height: 160px;
|
||||
width: 160px;
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
border: solid 16px transparent;
|
||||
@ -111,9 +111,4 @@ button::-moz-focus-inner {
|
||||
#time {
|
||||
font-size: 7vw;
|
||||
}
|
||||
|
||||
#buttons > button {
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user