mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-04 19:14:51 +02:00
Update:Move modal titles down to not overlap with ios status bar
This commit is contained in:
parent
2f8494b013
commit
6e57cb49c4
4 changed files with 14 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<modals-modal v-model="show" :width="300" :processing="processing" height="100%">
|
||||
<template #outer>
|
||||
<div class="absolute top-8 left-4 z-40" style="max-width: 80%">
|
||||
<div class="absolute top-11 left-4 z-40" style="max-width: 80%">
|
||||
<p class="text-white text-2xl truncate">{{ $strings.HeaderLibraries }}</p>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue