mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	fix: mobile layout of playlist page
This commit is contained in:
		
							parent
							
								
									8548cf5a4d
								
							
						
					
					
						commit
						8ff3526f45
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -6,15 +6,15 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <CollapsableText v-if="playlist?.description" :text="playlist.description" />
 | 
					        <CollapsableText v-if="playlist?.description" :text="playlist.description" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div class="mt-1 flex items-center justify-between">
 | 
					        <div class="mt-1 flex <md:flex-col md:items-center justify-between">
 | 
				
			||||||
            <div>
 | 
					            <div>
 | 
				
			||||||
                <router-link class="link flex items-center gap-3" :to="playlist.uploaderUrl || '/'">
 | 
					                <router-link class="link flex items-center gap-3" :to="playlist.uploaderUrl || '/'">
 | 
				
			||||||
                    <img loading="lazy" :src="playlist.uploaderAvatar" class="rounded-full" />
 | 
					                    <img loading="lazy" :src="playlist.uploaderAvatar" class="rounded-full h-12" />
 | 
				
			||||||
                    <strong v-text="playlist.uploader" />
 | 
					                    <strong v-text="playlist.uploader" />
 | 
				
			||||||
                </router-link>
 | 
					                </router-link>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
            <div>
 | 
					            <div class="flex flex-wrap items-center gap-1">
 | 
				
			||||||
                <strong class="mr-2" v-text="`${playlist.videos} ${$t('video.videos')}`" />
 | 
					                <strong v-text="`${playlist.videos} ${$t('video.videos')}`" />
 | 
				
			||||||
                <button v-if="!isPipedPlaylist" class="btn mx-1" @click="bookmarkPlaylist">
 | 
					                <button v-if="!isPipedPlaylist" class="btn mx-1" @click="bookmarkPlaylist">
 | 
				
			||||||
                    {{ $t(`actions.${isBookmarked ? "playlist_bookmarked" : "bookmark_playlist"}`)
 | 
					                    {{ $t(`actions.${isBookmarked ? "playlist_bookmarked" : "bookmark_playlist"}`)
 | 
				
			||||||
                    }}<i class="i-fa6-solid:bookmark ml-3" />
 | 
					                    }}<i class="i-fa6-solid:bookmark ml-3" />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue