From fe301a958d60b30c7c0a9cbadb7eb6b1e7328804 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 14 Aug 2023 00:02:16 +0300 Subject: [PATCH] do what carp said with gif picker --- files/assets/css/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 15f81ab4f..12770b22c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7108,9 +7108,7 @@ div.markdown { .gif-categories img { border-radius: 0.35rem; width: 200px; - height: 35vh; margin: 0 10px; - object-fit: contain; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; -o-transition: all 0.15s ease; @@ -7118,6 +7116,10 @@ div.markdown { transition: all 0.15s ease; cursor: pointer; } +.gif-categories .card img { + height: 20vh; + object-fit: cover; +} .gif-categories img:hover { border: 3px solid var(--primary); }