minor: add spacing between blocked users
This commit is contained in:
parent
3dbdec5521
commit
b112777a86
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue