13
0

WebSockets: reduce transport surface buttons size

This commit is contained in:
Luciano Iam 2020-04-20 12:40:16 +02:00 committed by Robin Gareus
parent 4579f5b4cd
commit 744762f343
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 3 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<title>Ardour Transport</title> <title>Ardour Transport</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <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> </head>
<body> <body>
<div id="main"> <div id="main">

View File

@ -68,8 +68,8 @@ button::-moz-focus-inner {
} }
#buttons > button { #buttons > button {
height: 160px; height: 128px;
width: 160px; width: 128px;
max-height: 100%; max-height: 100%;
max-width: 100%; max-width: 100%;
border: solid 16px transparent; border: solid 16px transparent;
@ -111,9 +111,4 @@ button::-moz-focus-inner {
#time { #time {
font-size: 7vw; font-size: 7vw;
} }
#buttons > button {
height: 128px;
width: 128px;
}
} }