From 977176067edad1f2aca4ee1d5797a20cd9fc1351 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 11 Dec 2022 12:05:07 +0800 Subject: [PATCH] Fix too many borders on card (image) --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index eaa8205e..bf37d0f9 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -274,7 +274,7 @@ min-height: 120px; max-height: 160px; object-fit: cover; - border: 1px solid var(--outline-color); + border-inline-end: 1px solid var(--outline-color); } .card:hover .image { animation: position-object 5s ease-in-out 1s infinite;