File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
</div >
7
7
</template >
8
8
9
- <div ref =" container" class =" w-full rounded-lg bg-primary box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
9
+ <div ref =" container" class =" w-full rounded-lg bg-bg box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
10
10
<div v-if =" show" class =" w-full h-full py-4" >
11
11
<div class =" w-full overflow-y-auto overflow-x-hidden max-h-96" >
12
12
<div class =" flex px-8 items-center py-2" >
Original file line number Diff line number Diff line change 6
6
</div >
7
7
</template >
8
8
9
- <div ref =" container" class =" w-full rounded-lg bg-primary box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
9
+ <div ref =" container" class =" w-full rounded-lg bg-bg box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
10
10
<div v-if =" show" class =" w-full h-full" >
11
11
<div class =" py-4 px-4" >
12
12
<h1 v-if =" !showBatchCollectionModal" class =" text-2xl" >{{ $strings.LabelAddToCollection }}</h1 >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" flex items-center px-4 py-2 justify-start relative hover:bg-bg " @mouseover =" mouseover" @mouseleave =" mouseleave" >
2
+ <div class =" flex items-center px-4 py-2 justify-start relative hover:bg-black-400 " @mouseover =" mouseover" @mouseleave =" mouseleave" >
3
3
<div v-if =" isBookIncluded" class =" absolute top-0 left-0 h-full w-1 bg-success z-10" />
4
4
<div class =" w-20 max-w-20 text-center" >
5
5
<covers-collection-cover :book-items =" books" :width =" 80" :height =" 40 * bookCoverAspectRatio" :book-cover-aspect-ratio =" bookCoverAspectRatio" />
Original file line number Diff line number Diff line change 6
6
</div >
7
7
</template >
8
8
9
- <div ref =" container" class =" w-full rounded-lg bg-primary box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
9
+ <div ref =" container" class =" w-full rounded-lg bg-bg box-shadow-md overflow-y-auto overflow-x-hidden" style =" max-height : 80vh " >
10
10
<div v-if =" show" class =" w-full h-full" >
11
11
<div class =" py-4 px-4" >
12
12
<h1 v-if =" !isBatch" class =" text-2xl" >{{ $strings.LabelAddToPlaylist }}</h1 >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" flex items-center px-4 py-2 justify-start relative hover:bg-bg " @mouseover =" mouseover" @mouseleave =" mouseleave" >
2
+ <div class =" flex items-center px-4 py-2 justify-start relative hover:bg-black-400 " @mouseover =" mouseover" @mouseleave =" mouseleave" >
3
3
<div v-if =" isItemIncluded" class =" absolute top-0 left-0 h-full w-1 bg-success z-10" />
4
4
<div class =" w-16 max-w-16 text-center" >
5
5
<covers-playlist-cover :items =" items" :width =" 64" :height =" 64" />
You can’t perform that action at this time.
0 commit comments