mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-31 07:09:53 +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>
|
<template>
|
||||||
<div class="w-full h-full py-6">
|
<div class="w-full h-full py-6">
|
||||||
<h1 class="text-base font-semibold px-2 mb-2">
|
<div class="flex items-center mb-2">
|
||||||
{{ $strings.HeaderLocalFolders }}
|
<h1 class="text-base font-semibold px-2">
|
||||||
<span class="material-icons-outlined ml-2" @click.stop="showLocalFolderMoreInfo">info</span>
|
{{ $strings.HeaderLocalFolders }}
|
||||||
</h1>
|
</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">
|
<div v-if="!isIos" class="w-full max-w-full px-2 py-2">
|
||||||
<template v-for="folder in localFolders">
|
<template v-for="folder in localFolders">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue