From 7638f55be82989dbfd2177064bad49873bb5f1ae Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 18 Dec 2022 00:03:58 +0100 Subject: [PATCH] adjust icon positions --- layout.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index 3f7cc8e2..eeb6656d 100644 --- a/layout.sty +++ b/layout.sty @@ -284,7 +284,7 @@ bookmarks=true]% \newcommand\sidebling{ \ifnum\value{mp}>1 \addtocounter{mp}{7} - \includesvg[width=\themp pt]{config/config/images/b1} + \includesvg[angle=-20,width=\themp pt]{config/config/images/b1} \hspace{-20pt} \fi \ifnum\value{dr}>2 @@ -385,7 +385,7 @@ bookmarks=true]% \draw[ornamented frame inner, use path=ornament 1]; \draw[ornamented frame inner, use path=ornament 2]; % - \node at ([xshift=20pt,yshift=\thedr-5pt] north west) + \node at ([xshift=20pt,yshift=\thedr-10pt] north west) {\iftoggle{bling}{\sidebling}{}}; } } -- GitLab