', {'class': 'slideDate'}).text(new Date().toLocaleDateString()).appendTo($(el));
}
if (options.title) {
- $('
', {'class': 'slideTitle'}).text(APP.title).appendTo($(el));
+ $('
', {'class': 'slideTitle'}).text(Title.title).appendTo($(el));
}
});
$content.removeClass('transition');
@@ -304,17 +304,20 @@ define([
};
- Slide.setModal = function (appObj, $m, $c, $p, iframe, opt, ph) {
+ Slide.setModal = function ($m, $c, $p, iframe, opt, ph) {
$modal = Slide.$modal = $m;
$content = Slide.$content = $c;
$pad = Slide.$pad = $p;
ifrw = Slide.ifrw = iframe;
placeholder = Slide.placeholder = ph;
options = Slide.options = opt;
- APP = appObj;
addEvent();
addSwipeEvents();
};
+ Slide.setTitle = function (titleObj) {
+ Title = titleObj;
+ };
+
return Slide;
});
diff --git a/www/slide/slide.less b/www/slide/slide.less
index 069bc15fd..ece266460 100644
--- a/www/slide/slide.less
+++ b/www/slide/slide.less
@@ -63,6 +63,7 @@ body {
display:block;
}
html, body {
+ height: auto;
max-height: none;
overflow: visible;
}
@@ -74,6 +75,20 @@ body {
visibility: visible;
}
}
+ .cp #modal {
+ display: none !important;
+ }
+ .cp {
+ flex: 1 !important;
+ overflow: visible !important;
+ }
+ .userlist-drawer {
+ display: none !important;
+ }
+ #editorContainer {
+ height: auto;
+ display: block;
+ }
}
}
@@ -163,7 +178,7 @@ body {
.slide-container {
width: 90vw;
height: 100vh;
- margin: 0vh 5vw;
+ margin: 0vh 5vw !important;
display: flex;
&:last-child {
height: ~"calc(100vh - 2px)";