mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 12:41:57 +00:00 
			
		
		
		
	formatting
This commit is contained in:
		| @@ -318,7 +318,8 @@ struct VideoDetails: View { | ||||
|                                 if player.videoBeingOpened.isNil { | ||||
|                                     if showChapters, | ||||
|                                        !video.isLocal, | ||||
|                                        !video.chapters.isEmpty { | ||||
|                                        !video.chapters.isEmpty | ||||
|                                     { | ||||
|                                         Section(header: chaptersHeader) { | ||||
|                                             ChaptersView(expand: $chaptersExpanded) | ||||
|                                         } | ||||
| @@ -331,7 +332,8 @@ struct VideoDetails: View { | ||||
|  | ||||
|                                     if showRelated, | ||||
|                                        !sidebarQueue, | ||||
|                                        !(player.videoForDisplay?.related.isEmpty ?? true) { | ||||
|                                        !(player.videoForDisplay?.related.isEmpty ?? true) | ||||
|                                     { | ||||
|                                         RelatedView() | ||||
|                                             .padding(.horizontal) | ||||
|                                             .padding(.top, 20) | ||||
| @@ -389,7 +391,8 @@ struct VideoDetails: View { | ||||
|             if showScrollToTopInComments, | ||||
|                page == .comments, | ||||
|                comments.loaded, | ||||
|                comments.all.count > 3 { | ||||
|                comments.all.count > 3 | ||||
|             { | ||||
|                 Button { | ||||
|                     withAnimation { | ||||
|                         proxy.scrollTo(Self.pageMenuID) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Toni Förster
					Toni Förster