Home queue

This commit is contained in:
Arkadiusz Fal
2022-12-19 00:10:05 +01:00
parent 8ab42322fc
commit bdb1f032a9
6 changed files with 101 additions and 8 deletions

View File

@@ -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)