_editor = 'redactor';
_touch = (!!('ontouchstart' in window) || (!!('msMaxTouchPoints' in window.navigator) && window.navigator.msMaxTouchPoints > 0) || window.DocumentTouch && document instanceof DocumentTouch);
+
+ // The iPad Pro 12.9" masquerades as a desktop browser.
+ if (window.navigator.platform === 'macIntel' && window.navigator.maxTouchPoints > 1) {
+ _browser = 'safari';
+ _platform = 'ios';
+ }
},
/**
}
}
+@include screen-lg {
+ html.touch .reactionPopoverContent .reactionTypeButton {
+ display: block;
+ margin-left: 0;
+
+ > .reactionTypeButtonTitle {
+ display: inline;
+ margin-left: 10px;
+ }
+ }
+}
+
@include screen-sm-down {
.reactionStatusContainer {
display: none;