summaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue
index 9f877a6c5..c78609414 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -104,19 +104,18 @@ export default Vue.extend({
display: flex;
}
- #content-display {
- display: flex;
- flex-direction: row;
+ .route-container {
height: 100%;
}
- #content-display.playing {
- height: calc(100vh - 98px)
+ #content-display {
+ display: flex;
+ flex-direction: row;
+ flex: 1;
+ min-height: 0;
}
.podcast {
- position: absolute;
- bottom: 0px;
height: 40px;
display: flex;
background-color: #474747;