|
@@ -6,27 +6,20 @@
|
|
* @license Apache-2.0
|
|
* @license Apache-2.0
|
|
*/
|
|
*/
|
|
|
|
|
|
-:root {
|
|
|
|
- --controls-height: 75px;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
#controls {
|
|
#controls {
|
|
position: absolute;
|
|
position: absolute;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: var(--controls-height);
|
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- padding: 0;
|
|
|
|
- padding-top: 12px;
|
|
|
|
|
|
+ padding: 10px 0;
|
|
border-top: 1px solid var(--primary-border-colour);
|
|
border-top: 1px solid var(--primary-border-colour);
|
|
background-color: var(--secondary-background-colour);
|
|
background-color: var(--secondary-background-colour);
|
|
}
|
|
}
|
|
|
|
|
|
#controls-content {
|
|
#controls-content {
|
|
position: relative;
|
|
position: relative;
|
|
- left: 50%;
|
|
|
|
- top: 50%;
|
|
|
|
- transform: translate(-50%, -50%);
|
|
|
|
- transform-origin: center left;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-flow: row nowrap;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
#auto-bake-label {
|
|
#auto-bake-label {
|
|
@@ -56,6 +49,7 @@
|
|
|
|
|
|
#controls .btn {
|
|
#controls .btn {
|
|
border-radius: 30px;
|
|
border-radius: 30px;
|
|
|
|
+ margin: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.output-maximised .hide-on-maximised-output {
|
|
.output-maximised .hide-on-maximised-output {
|