@@ -36,8 +36,16 @@ function __$inject() {
3636 margin-left: 5px;
3737 border-radius: 10px;
3838 }
39- .tgme_widget_message_wrap.js-widget_message_wrap {
40- margin-top: 10px;}
39+ .tgme_widget_message_wrap.js-widget_message_wrap {
40+ margin-top: 15px;
41+
42+ }
43+ .tgme_widget_message_text.js-message_text {
44+ font-size: 16px;
45+ line-height: 24px;
46+ }
47+
48+
4149 `
4250 window . document . head ?. append ( noDragCss )
4351 window . __waitBody = callback => {
@@ -157,25 +165,25 @@ margin-top: 10px;}
157165 } )
158166 }
159167
160- window . setInterval ( ( ) => {
161- if ( ! window . document . body ) {
162- return
163- }
164- if ( window . document . getElementById ( '__keep-alive__' ) ) {
165- window . document . getElementById ( '__keep-alive__' ) ?. remove ( )
166- } else {
167- const div = window . document . createElement ( 'div' )
168- div . id = '__keep-alive__'
169- div . innerHTML = window . document . body . clientHeight + 'px'
170- div . style . width = '1px'
171- div . style . height = '1px'
172- div . style . fontSize = '0'
173- div . style . position = 'fixed'
174- if ( window . document . body ) {
175- window . document . body . appendChild ( div )
176- }
177- }
178- } , 4000 )
168+ // window.setInterval(() => {
169+ // if (!window.document.body) {
170+ // return
171+ // }
172+ // if (window.document.getElementById('__keep-alive__')) {
173+ // window.document.getElementById('__keep-alive__')?.remove()
174+ // } else {
175+ // const div = window.document.createElement('div')
176+ // div.id = '__keep-alive__'
177+ // div.innerHTML = window.document.body.clientHeight + 'px'
178+ // div.style.width = '1px'
179+ // div.style.height = '1px'
180+ // div.style.fontSize = '0'
181+ // div.style.position = 'fixed'
182+ // if (window.document.body) {
183+ // window.document.body.appendChild(div)
184+ // }
185+ // }
186+ // }, 4000)
179187
180188 window . __handleShare = function ( ) {
181189 const url =
0 commit comments