Skip to content

Commit

Permalink
fix flex properties to avoid media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed Oct 10, 2023
1 parent e737236 commit a1df985
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a1df985

Please sign in to comment.