From 345ccecdb9b37310ad52b3de4f8cf22588c6554a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 20 Jan 2023 12:18:18 -0800 Subject: [PATCH] Display newest thumbnails on right --- static/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.css b/static/index.css index 9cb6913a62..16e9e58c0d 100644 --- a/static/index.css +++ b/static/index.css @@ -170,6 +170,7 @@ a.mythic { .thumbnails { display: flex; + flex-direction: row-reverse; flex-wrap: wrap; }