mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Fix:Open audio player covering up add new podcast button #502
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<div class="w-full mx-auto py-5 px-2">
|
||||
<form @submit.prevent="submit">
|
||||
<ui-text-input v-model="searchInput" :disabled="processing || !networkConnected" placeholder="Enter search term or RSS feed URL" text-size="sm" />
|
||||
<!-- <ui-btn type="submit" :disabled="processing" small>Submit</ui-btn> -->
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -140,6 +139,9 @@ export default {
|
||||
|
||||
<style scoped>
|
||||
.search-results-container {
|
||||
max-height: calc(100vh - 180px);
|
||||
max-height: calc(100vh - 182px);
|
||||
}
|
||||
.playerOpen .search-results-container {
|
||||
max-height: calc(100vh - 282px);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user