We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1012250 commit 471dbf0Copy full SHA for 471dbf0
1 file changed
DevLog/UI/Common/Component/WebItemRow.swift
@@ -16,7 +16,7 @@ struct WebItemRow: View {
16
var body: some View {
17
HStack {
18
thumbnail
19
- .frame(width: sceneWidth / 10, height: sceneWidth / 10)
+ .frame(width: sceneWidth * 0.08, height: sceneWidth * 0.08)
20
.clipShape(RoundedRectangle(cornerRadius: 10))
21
22
VStack(alignment: .leading) {
0 commit comments