From e6072db4a121d433efde8911e08a9fa23f0ae812 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 17 Nov 2018 16:51:54 -0800 Subject: [PATCH] Remove album_card minwidth, photo_card maxwidth. If needed, we can set the size of the containing div. But having these hardcoded sizes was causing ugliness. --- frontends/etiquette_flask/static/css/photo_card.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontends/etiquette_flask/static/css/photo_card.css b/frontends/etiquette_flask/static/css/photo_card.css index b5e50a5..db10314 100644 --- a/frontends/etiquette_flask/static/css/photo_card.css +++ b/frontends/etiquette_flask/static/css/photo_card.css @@ -13,7 +13,6 @@ "title metadata" /1fr; - min-width: 600px; margin: 8px; padding: 4px; } @@ -71,7 +70,6 @@ "checkbox filename metadata" auto /auto 1fr auto; - max-width: 800px; margin: 8px; padding: 4px; }