mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	fix: don't truncate chapter titles in desktop view
This commit is contained in:
		@@ -14,7 +14,7 @@
 | 
			
		||||
                <span class="mt-5 mr-2 text-current" v-text="index + 1" />
 | 
			
		||||
                <img :src="chapter.image" :alt="chapter.title" />
 | 
			
		||||
                <div class="flex flex-col m-2">
 | 
			
		||||
                    <span class="text-truncate text-sm" :title="chapter.title" v-text="chapter.title" />
 | 
			
		||||
                    <span class="text-sm" :title="chapter.title" v-text="chapter.title" />
 | 
			
		||||
                    <span class="text-sm font-bold text-blue-500" v-text="timeFormat(chapter.start)" />
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user