From b4d6b4308491a37c4a9fecc57c1470d65eb2f94a Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 2 Jul 2024 16:01:25 -0500 Subject: [PATCH] readd small iamge transition --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index e13d160..df3749e 100644 --- a/static/style.css +++ b/static/style.css @@ -244,6 +244,7 @@ br { padding: 5px; /* border: 2px gray solid; */ transform: scale(0.9); + transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); } .activity>.smallimg:hover {