Fix chat header position
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -20,10 +20,14 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
.profile-img {
|
||||||
|
margin: 0.25rem 0.25rem 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
&-stance {
|
&-stance {
|
||||||
font-size: 40px;
|
font-size: 2rem;
|
||||||
position: relative;
|
line-height: 2.5rem;
|
||||||
top: 8px;
|
margin: 0.25rem;
|
||||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
&-element {
|
&-element {
|
||||||
@@ -33,5 +37,8 @@
|
|||||||
&-skill {
|
&-skill {
|
||||||
flex-grow: 3;
|
flex-grow: 3;
|
||||||
}
|
}
|
||||||
|
&:last-child {
|
||||||
|
flex-grow: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<div class="l5r5e profil">
|
<div class="l5r5e profil">
|
||||||
<header class="part-header flexrow chat-profil">
|
<header class="part-header flexrow chat-profil">
|
||||||
<span class="chat-profil-element">
|
<span class="chat-profil-element">
|
||||||
<img class="profile-img" src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}" data-edit="img" height="40" width="40" alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}" />
|
<img class="profile-img" src="{{#if l5r5e.actor.img}}{{l5r5e.actor.img}}{{else}}icons/svg/mystery-man.svg{{/if}}" data-edit="img" alt="{{#if l5r5e.actor.name}}{{l5r5e.actor.name}}{{else}}mystery-man{{/if}}" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="chat-profil-element">
|
<span class="chat-profil-element">
|
||||||
|
|||||||
Reference in New Issue
Block a user