[COMPONENTS][Tag] Actor/Note tag template polished

[PLUGINS][RelatedTags] Disable rendering of template when no results are found
This commit is contained in:
2021-12-06 22:22:23 +00:00
parent ef435b824b
commit 546c5c84fd
6 changed files with 44 additions and 12 deletions

View File

@@ -38,6 +38,10 @@
margin-top: var(--smaller);
}
.profile-info-bio {
word-break: break-all;
}
.profile-avatar {
max-width: 4rem;
max-height: 4rem;
@@ -66,6 +70,12 @@
padding: var(--smaller);
}
.section-widget-paging {
display: block;
margin-top: var(--smaller);
margin-left: auto;
}
.section-title {
font-size: var(--small);
font-weight: 700;