mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
WebSockets: optimize transport surf. layout
This commit is contained in:
parent
66b8a741ae
commit
b7cdb63a95
1 changed files with 6 additions and 6 deletions
|
|
@ -31,8 +31,8 @@ button::-moz-focus-inner {
|
||||||
#ui {
|
#ui {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 768px;
|
width: 800px;
|
||||||
height: 384px;
|
height: 480px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
background: rgba(0,0,0,0.1);
|
background: rgba(0,0,0,0.1);
|
||||||
|
|
@ -49,7 +49,7 @@ button::-moz-focus-inner {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-family: monospace;
|
font-family: Menlo, monospace;
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -67,11 +67,11 @@ button::-moz-focus-inner {
|
||||||
}
|
}
|
||||||
|
|
||||||
#buttons > button {
|
#buttons > button {
|
||||||
height: 148px;
|
height: 176px;
|
||||||
width: 148px;
|
width: 176px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border: solid 16px transparent;
|
border: solid 24px transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fullscreen {
|
#fullscreen {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue