0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 16:02:38 +00:00

"Moved iOS-specific styles from .monster.frame to a separate @supports block"

This commit is contained in:
Víctor Losada Hernández
2024-06-09 00:43:11 +02:00
parent 62bf982a73
commit a591763d10

View File

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