0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 08:02:44 +00:00

change to browser-specific solution

This commit is contained in:
Víctor Losada Hernández
2024-06-08 23:40:11 +02:00
parent 6294b12ad5
commit 62bf982a73
2 changed files with 9 additions and 1 deletions

View File

@@ -305,11 +305,18 @@
margin-left : -0.16cm;
background-color : var(--HB_Color_MonsterStatBackground);
background-image : @monsterBlockBackground;
background-blend-mode : overlay;
border-style : solid;
border-width : 7px 6px;
border-image : @monsterBorderImage 14 round;
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;