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;
|
||||
vertical-align: middle;
|
||||
|
||||
.profile-img {
|
||||
margin: 0.25rem 0.25rem 0 0;
|
||||
}
|
||||
|
||||
&-stance {
|
||||
font-size: 40px;
|
||||
position: relative;
|
||||
top: 8px;
|
||||
font-size: 2rem;
|
||||
line-height: 2.5rem;
|
||||
margin: 0.25rem;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
&-element {
|
||||
@@ -33,5 +37,8 @@
|
||||
&-skill {
|
||||
flex-grow: 3;
|
||||
}
|
||||
&:last-child {
|
||||
flex-grow: 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div class="l5r5e profil">
|
||||
<header class="part-header flexrow chat-profil">
|
||||
<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 class="chat-profil-element">
|
||||
|
||||
Reference in New Issue
Block a user