diff --git a/src/renderer/App.vue b/src/renderer/App.vue index b6cf01c6..c6835116 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -4,8 +4,8 @@ @@ -20,7 +20,7 @@ @@ -58,6 +57,7 @@ html, body { background-size: var(--background-image-size); transition: background-color @transition-normal; background-color: var(--color-content-background); + box-sizing: border-box; } #container { @@ -87,12 +87,19 @@ html, body { position: relative; min-height: 0; } - +#toolbar, #player { + flex: none; +} #view { position: relative; flex: auto; + // display: flex; min-height: 0; } + +.view-container { + transition: opacity @transition-normal; +} #playlist { position: absolute; top: 0;