From 9246c6058a4e08e3aeda4c079e9a96a79a76a4eb Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 20 Jul 2023 19:27:56 +0200 Subject: [PATCH] make top stats smaller --- stats.sty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stats.sty b/stats.sty index bfe50370..7862633a 100644 --- a/stats.sty +++ b/stats.sty @@ -400,6 +400,7 @@ You don't need to fall unconscious when making a Vitality check)% \begin{tcolorbox}[ title={\name}, before upper={\parindent0pt}, + fontupper=\small, halign=flush left, left=10pt, right=15pt, @@ -512,6 +513,7 @@ You don't need to fall unconscious when making a Vitality check)% \begin{footnotesize} } +\footnotesize \begin{tabularx}{\textwidth}{lr|lr|lr} % the tcolorbox has coloured rows (xcolor package) @@ -524,6 +526,7 @@ You don't need to fall unconscious when making a Vitality check)% && \iftoggle{verbose}{Wits}{WTS} & \arabic{wts} \\ } \setcounter{hp}{\value{str}} + \end{tabularx} \begin{tabularx}{\linewidth}{p{.20\textwidth}>{\raggedright\arraybackslash}p{.70\textwidth}} -- GitLab