forked from indymedia/epicyon
Separate class for profile image
parent
7d39837146
commit
6f4e308dc6
|
@ -122,7 +122,7 @@ a:link {
|
|||
background-color: var(--main-bg-color);
|
||||
}
|
||||
|
||||
.hero-text img {
|
||||
.hero-text img.title {
|
||||
border-radius: 1%;
|
||||
width: 30%;
|
||||
min-width: 200px;
|
||||
|
|
|
@ -1258,7 +1258,7 @@ def htmlProfile(translate: {},projectVersion: str, \
|
|||
linkToTimelineStart+ \
|
||||
' <div class="hero-image">' \
|
||||
' <div class="hero-text">'+ \
|
||||
' <img src="'+profileJson['icon']['url']+'" alt="'+nickname+'@'+domainFull+'">' \
|
||||
' <img src="'+profileJson['icon']['url']+'" alt="'+nickname+'@'+domainFull+'" class="title">' \
|
||||
' <h1>'+displayName+'</h1>' \
|
||||
' <p><b>@'+nickname+'@'+domainFull+'</b></p>' \
|
||||
' <p>'+profileDescription+'</p>'+ \
|
||||
|
|
Loading…
Reference in New Issue