mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Home queue
This commit is contained in:
@@ -254,7 +254,7 @@ struct VideoBanner: View {
|
||||
PlayingIndicatorView(video: video, height: 10)
|
||||
.frame(width: 12, alignment: .trailing)
|
||||
.padding(.trailing, 3)
|
||||
.padding(.bottom, timeLabel == nil ? 3 : 0)
|
||||
.padding(.bottom, timeLabel == nil ? 3 : -5)
|
||||
|
||||
if let timeLabel {
|
||||
Text(timeLabel)
|
||||
|
Reference in New Issue
Block a user