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 // *****************************/