mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 18:45:47 +02:00
Update info icon alignment
This commit is contained in:
parent
ba66cc02b7
commit
ab02ce5601
1 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
<template>
|
||||
<div class="w-full h-full py-6">
|
||||
<h1 class="text-base font-semibold px-2 mb-2">
|
||||
{{ $strings.HeaderLocalFolders }}
|
||||
<span class="material-icons-outlined ml-2" @click.stop="showLocalFolderMoreInfo">info</span>
|
||||
</h1>
|
||||
<div class="flex items-center mb-2">
|
||||
<h1 class="text-base font-semibold px-2">
|
||||
{{ $strings.HeaderLocalFolders }}
|
||||
</h1>
|
||||
<button type="button" class="material-icons-outlined" @click.stop="showLocalFolderMoreInfo">info</button>
|
||||
</div>
|
||||
|
||||
<div v-if="!isIos" class="w-full max-w-full px-2 py-2">
|
||||
<template v-for="folder in localFolders">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue