diff --git a/client/homebrew/homebrew.jsx b/client/homebrew/homebrew.jsx
index 1df417872..8299cfe87 100644
--- a/client/homebrew/homebrew.jsx
+++ b/client/homebrew/homebrew.jsx
@@ -73,6 +73,7 @@ const Homebrew = createClass({
} />
} />
} />
+ } />
} />
} />
} />
diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less
index 3b138efc7..d5511f049 100644
--- a/themes/V3/5ePHB/style.less
+++ b/themes/V3/5ePHB/style.less
@@ -382,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
// *****************************/
@@ -459,6 +467,7 @@
margin-left : 1.5em;
}
}
+
// *****************************
// * SPELL LIST
// *****************************/
diff --git a/themes/assets/assets.less b/themes/assets/assets.less
index cdef32c7c..f880bce77 100644
--- a/themes/assets/assets.less
+++ b/themes/assets/assets.less
@@ -7,6 +7,7 @@
@noteBorderImage : url('/assets/noteBorder.png');
@descriptiveBoxImage : url('/assets/descriptiveBorder.png');
@monsterBlockBackground : url('/assets/parchmentBackgroundGrayscale.jpg');
+@monsterBlockOverlay : url('/assets/parchmentBackgroundOverlayed.jpg');
@monsterBorderImage : url('/assets/monsterBorderFancy.png');
@codeBorderImage : url('/assets/codeBorder.png');
@classTableDecoration : url('/assets/classTableDecoration.png');