summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-10-10 13:44:06 -0700
committerDevlin Junker <devlin.junker@gmail.com>2023-10-10 13:44:30 -0700
commitf576eb4e5445b5908125ec49b2327c9cdb1ab45d (patch)
treed228cac0a4df51f4fbcc03cea0badd1d74ba8aa9 /src
parente737236095b79d1bef7e41c91e27b966ea959467 (diff)
fix flex properties to avoid media queries
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'src')
-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;