diff --git a/apps/mobile/html/Web.bundle/site/index.html b/apps/mobile/html/Web.bundle/site/index.html
index a5f1ffb6d..81eec08b5 100644
--- a/apps/mobile/html/Web.bundle/site/index.html
+++ b/apps/mobile/html/Web.bundle/site/index.html
@@ -19,6 +19,7 @@
.ql-toolbar::-webkit-scrollbar {
display: none;
}
+
#simpleTitleInput {
font-family: 'Poppins', sans-serif;
font-weight: 600 !important;
@@ -28,52 +29,51 @@
outline: none;
font-size: 24px;
padding-right: 12px;
- padding-left:12px;
- height:50px;
+ padding-left: 12px;
+ height: 50px;
}
+
.info-bar {
margin-bottom: 0px !important;
}
#titlebarAlt {
- height:50px;
+ height: 50px;
display: flex;
justify-content: center;
flex-direction: column;
}
+
#titlebar {
display: none !important;
}
-
-
-
-
@@ -84,7 +84,7 @@
+
@@ -476,7 +476,7 @@
let titleIn = document.getElementById('titlebar');
titleIn.style['padding-left'] = 0;
titleIn.style['padding-right'] = 0;
-
+
let mainToolbar = premium ? proToolbar : simpleToolbar;
setFonts();
Quill.register('modules/imageCompressor', imageCompressor);
@@ -549,19 +549,19 @@
fixDropdownMenuLocations();
setTheme();
function loaded() {
- let msg = JSON.stringify({
- data: true,
- type: 'status',
- });
- window.ReactNativeWebView.postMessage(msg);
- }
- if (editor) {
- loaded();
- } else {
- setTimeout(() => {
- loaded();
- }, 500)
- }
+ let msg = JSON.stringify({
+ data: true,
+ type: 'status',
+ });
+ window.ReactNativeWebView.postMessage(msg);
+ }
+ if (editor) {
+ loaded();
+ } else {
+ setTimeout(() => {
+ loaded();
+ }, 500)
+ }
}
loadAction(true)