mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
fixed long titles in Library view
This commit is contained in:
parent
e449c047d2
commit
a926327362
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
// Created by paul on 18/06/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import NukeUI
|
||||
import SwiftUI
|
||||
|
||||
struct BookmarkCollectionGridCell: View {
|
||||
let collection: BookmarkCollection
|
||||
|
|
@ -80,7 +80,8 @@ struct BookmarkCollectionGridCell: View {
|
|||
.font(.caption)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
.frame(width: width, height: height)
|
||||
.padding(.horizontal, 4)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue