From a591763d10beb400de815ef3231e154084824ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 9 Jun 2024 00:43:11 +0200 Subject: [PATCH] "Moved iOS-specific styles from .monster.frame to a separate @supports block" --- themes/V3/5ePHB/style.less | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 8f09c0f28..6bf1eccef 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -312,11 +312,6 @@ border-image-outset : 0px 2px; box-shadow : 1px 4px 14px #888888; - //only for IOS devices - @supports (-webkit-touch-callout: none) { - background-image : @monsterBlockOverlay; - background-blend-mode : normal; - } } position : relative; @@ -465,6 +460,16 @@ margin-left : 1.5em; } } + +//only for IOS devices +@supports (-webkit-touch-callout: none) { + .page .monster.frame { + background-image : @monsterBlockOverlay; + background-blend-mode : normal; + } + +} + // ***************************** // * SPELL LIST // *****************************/