Skip to content

Commit d8c65c3

Browse files
committed
Update utils.js
1 parent b9e9692 commit d8c65c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ if (isMac) {
193193

194194
}
195195

196+
if (isEmbed) {
197+
198+
body.classList.add('embed');
199+
200+
}
201+
196202
window.addEventListener('resize', () => {
197203

198204
isLandscape = window.matchMedia('(orientation: landscape)').matches;

0 commit comments

Comments
 (0)