Search avatar class

main
Bob Mottram 2020-06-21 21:05:19 +00:00
parent f693330d2b
commit 5903c15163
2 changed files with 9 additions and 7 deletions

View File

@ -189,12 +189,6 @@ a:link {
background-color: var(--main-bg-color);
}
.hero-text img.title {
border-radius: 1%;
width: 30%;
min-width: 200px;
}
.hero-text img.emoji {
width: 50px;
padding: 0 0;
@ -1040,6 +1034,10 @@ div.gallery img {
width: 5%;
min-width: 20px;
}
.hero-text img.title {
border-radius: 1%;
width: 15%;
}
}
@media screen and (min-width: 2200px) {
@ -1408,4 +1406,8 @@ div.gallery img {
width: 15%;
min-width: 20px;
}
.hero-text img.title {
border-radius: 1%;
width: 25%;
}
}

View File

@ -6090,7 +6090,7 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int,
profileStr += \
' <img loading="lazy" src="' + avatarUrl + \
'" alt="' + avatarDescription + '" title="' + \
avatarDescription + '">'
avatarDescription + '" class="title">'
profileStr += ' <h1>' + displayName + '</h1>'
profileStr += ' <p><b>@' + searchNickname + '@' + \
searchDomainFull + '</b></p>'