From b112777a86ad62ebc160b607593b233b7b16c054 Mon Sep 17 00:00:00 2001 From: Index Date: Thu, 8 Aug 2024 18:51:47 -0500 Subject: [PATCH] minor: add spacing between blocked users --- css/specific.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/specific.css b/css/specific.css index 3cf761b..aa46676 100755 --- a/css/specific.css +++ b/css/specific.css @@ -31,6 +31,10 @@ body[data-URL^='/create'] .me-2:has(.fa-thumbs-up)::after { margin-bottom: 10px; } +body[data-URL^='/my/settings/privacy'] .card-body:has([action^="/api/users/"]) .card { + margin-bottom: 10px; +} + .home-event-container .img-container { height: 100% !important; }