Update css

This commit is contained in:
sladecraven 2020-09-20 22:12:42 +02:00
parent 6553d083c1
commit b0b1269afa
2 changed files with 5 additions and 4 deletions

View File

@ -184,9 +184,10 @@
.foundryvtt-reve-de-dragon .sheet-header .profile-img { .foundryvtt-reve-de-dragon .sheet-header .profile-img {
-webkit-box-flex: 0; -webkit-box-flex: 0;
-ms-flex: 0 0 100px; -ms-flex: 0 0 128px;
flex: 0 0 100px; flex: 0 0 128px;
height: 100px; height: 128px;
width: 128px;
margin-right: 10px; margin-right: 10px;
} }

View File

@ -2,7 +2,7 @@
{{!-- Sheet Header --}} {{!-- Sheet Header --}}
<header class="sheet-header"> <header class="sheet-header">
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" height="100" width="100"/> <img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" />
<div class="header-fields"> <div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1> <h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1>
<div class="flexrow"> <div class="flexrow">