From e1d69812745ff2fd6d4660ead99909c6a34834e6 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 1 Jun 2021 17:35:29 -0700 Subject: [PATCH] Fix mobile layout for outift URLs no-op message Copied styles from the similar layout in the bulk converter tool! The status will flush to the right of the field header on desktop, and move below the input on mobile. --- src/app/OutfitUrlsPage.js | 73 +++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 29 deletions(-) diff --git a/src/app/OutfitUrlsPage.js b/src/app/OutfitUrlsPage.js index 88f5161..965658d 100644 --- a/src/app/OutfitUrlsPage.js +++ b/src/app/OutfitUrlsPage.js @@ -193,37 +193,52 @@ function SingleImageConverter() { {parseError?.message || null} - - + + Then, use this new URL in your layouts instead: - - {isAlreadyConverted && ( - - - {parseError.message} - - )} - - - - {outputUrl && ( - - - - )} - + + + {outputUrl && ( + + + + )} + + + {isAlreadyConverted && ( + + + {parseError.message} + + )} + +