diff --git a/DevLog/UI/Common/Component/WebItemRow.swift b/DevLog/UI/Common/Component/WebItemRow.swift index 9a7d2e9b..d05d4523 100644 --- a/DevLog/UI/Common/Component/WebItemRow.swift +++ b/DevLog/UI/Common/Component/WebItemRow.swift @@ -16,7 +16,7 @@ struct WebItemRow: View { var body: some View { HStack { thumbnail - .frame(width: sceneWidth / 10, height: sceneWidth / 10) + .frame(width: sceneWidth * 0.08, height: sceneWidth * 0.08) .clipShape(RoundedRectangle(cornerRadius: 10)) VStack(alignment: .leading) {