summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/App.vue9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue
index df06659e0..641ddc8fe 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -86,16 +86,11 @@ export default Vue.extend({
#content-display {
display: flex;
flex-direction: row;
- height: 100%;
- }
-
- #content-display.playing {
- height: calc(100vh - 98px)
+ flex: 1;
+ min-height: 0;
}
.podcast {
- position: absolute;
- bottom: 0px;
height: 40px;
display: flex;
background-color: #474747;