minor: add spacing between blocked users

This commit is contained in:
Index 2024-08-08 18:51:47 -05:00
parent 3dbdec5521
commit b112777a86

View file

@ -31,6 +31,10 @@ body[data-URL^='/create'] .me-2:has(.fa-thumbs-up)::after {
margin-bottom: 10px; margin-bottom: 10px;
} }
body[data-URL^='/my/settings/privacy'] .card-body:has([action^="/api/users/"]) .card {
margin-bottom: 10px;
}
.home-event-container .img-container { .home-event-container .img-container {
height: 100% !important; height: 100% !important;
} }