From 2019d91711e9c26db20c99fc7381ccfeb2fb309a Mon Sep 17 00:00:00 2001 From: LUCASTUCIOUS Date: Mon, 11 Apr 2022 18:12:42 +0200 Subject: [PATCH] [V3] Fix note render to pdf --- themes/5ePhb.style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 0ca89693b..b0ed098c6 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -228,7 +228,7 @@ body { border-image-outset : 9px 0px; border-image-width : 11px; padding : 0.13cm 0.16cm; - filter : drop-shadow(1px 4px 6px #888); + box-shadow: 1px 4px 14px #888; .page :where(&) { margin-top : 9px; //Prevent top border getting cut off on colbreak } @@ -257,7 +257,7 @@ body { border-image : @descriptiveBoxImage 12 stretch; border-image-outset : 4px; padding : 0.1em; - filter : drop-shadow(0 0 3px #faf7ea); + box-shadow : 0px 0px 3px #faf7ea; .page :where(&) { margin-top : 4px; //Prevent top border getting cut off on colbreak } @@ -372,7 +372,7 @@ body { border-image-outset : 0px 2px; background-blend-mode : overlay; background-attachment : fixed; - filter : drop-shadow(1px 4px 6px #888); + box-shadow : 1px 4px 6px #888; padding : 4px 2px; margin-left : -0.16cm; margin-right : -0.16cm; @@ -635,7 +635,7 @@ body { top : 50%; left : 50%; transform : translateY(-50%) translateX(-50%) translateZ(-1px); - filter : drop-shadow(0px 0px 1px #C8C5C080) + box-shadow : 0px 0px 1px #C8C5C080; } &.decoration.wide::before { width : calc(100% + 3.3cm);