diff --git a/sw5e.css b/sw5e.css index e4d3259f..f49b27e6 100644 --- a/sw5e.css +++ b/sw5e.css @@ -8,21 +8,21 @@ font-family: 'Russo One'; font-style: normal; font-weight: 400; - src: url('/fonts/RussoOne.ttf'); + src: url('./fonts/RussoOne.ttf'); } /* bungee-inline-regular - latin */ @font-face { font-family: 'Bungee Inline'; font-style: normal; font-weight: 400; - src: url('/fonts/BungeeInline.ttf'); + src: url('./fonts/BungeeInline.ttf'); } /* open-sans-regular - latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; - src: url('/fonts/OpenSans-Regular.ttf'); + src: url('./fonts/OpenSans-Regular.ttf'); } /* ----------------------------------------- */ /* Sheet Styles */ @@ -267,7 +267,7 @@ /* Header Summary Details */ } .sw5e.sheet .sheet-header h1 { - flex: 1; + flex: 2; border-bottom: none; height: 60px; margin: 0; @@ -275,7 +275,7 @@ } .sw5e.sheet .sheet-header h1 input { height: 50px; - font-size: 1.75vw; + font-size: 22px; text-transform: uppercase; } .sw5e.sheet .sheet-header img.profile { @@ -928,6 +928,7 @@ } .sw5e.sheet.item { min-height: 520px; + min-width: 700px; /* ----------------------------------------- */ /* Sheet Header */ /* ----------------------------------------- */ @@ -948,7 +949,7 @@ border: 2px solid #000; } .sw5e.sheet.item .sheet-header .item-subtitle { - flex: 0 0 80px; + flex: 1 0 80px; height: 60px; margin: 0; padding: 5px; @@ -1474,7 +1475,7 @@ /* Basic Structure */ /* ----------------------------------------- */ .sw5e.sheet.actor.npc { - min-width: 600px; + min-width: 800px; min-height: 658px; } /* ----------------------------------------- */