From 5903c15163f2d2dfb8cfa91a8a1e14fb84a6b69f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Jun 2020 21:05:19 +0000 Subject: [PATCH] Search avatar class --- epicyon-profile.css | 14 ++++++++------ webinterface.py | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 5dcd24ddc..d84743491 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -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%; + } } diff --git a/webinterface.py b/webinterface.py index 8e695bac3..7627f60b3 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6090,7 +6090,7 @@ def htmlProfileAfterSearch(recentPostsCache: {}, maxRecentPosts: int, profileStr += \ ' ' + avatarDescription + '' + avatarDescription + '" class="title">' profileStr += '

' + displayName + '

' profileStr += '

@' + searchNickname + '@' + \ searchDomainFull + '

'