From b185fe8e35124b97b5a2a2e34df5392ca8c464bb Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 1 Aug 2024 17:06:18 -0400 Subject: [PATCH] Move Monster block changes under main monster block stuff --- themes/V3/5ePHB/style.less | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index f513f6303..c2583b2d4 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -311,7 +311,6 @@ border-image : @monsterBorderImage 14 round; border-image-outset : 0px 2px; box-shadow : 1px 4px 14px #888888; - } position : relative; @@ -383,6 +382,14 @@ .useColumns(0.96, @fillMode: balance); } + //only for IOS devices + @supports (-webkit-touch-callout: none) { + .page .monster.frame { + background-repeat : no-repeat; + background-size : cover; + } + } + // ***************************** // * FOOTER // *****************************/ @@ -461,15 +468,6 @@ } } -//only for IOS devices -@supports (-webkit-touch-callout: none) { - .page .monster.frame { - background-repeat : no-repeat; - background-size : cover; - } - -} - // ***************************** // * SPELL LIST // *****************************/