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 + '" class="title">' profileStr += '
@' + searchNickname + '@' + \ searchDomainFull + '
'