This commit is contained in:
+3
-3
@@ -67,7 +67,7 @@ INTERACTIVE_CSS = '''
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin-top: 0.5rem;
|
margin-top: 1rem;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: sxng-fade-in-up 0.5s ease-out forwards;
|
animation: sxng-fade-in-up 0.5s ease-out forwards;
|
||||||
}
|
}
|
||||||
@@ -1369,7 +1369,7 @@ class SXNGPlugin(Plugin):
|
|||||||
.replace("__JS_Q__", js_q)
|
.replace("__JS_Q__", js_q)
|
||||||
|
|
||||||
html_payload = f'''
|
html_payload = f'''
|
||||||
<article id="sxng-stream-box" class="answer" style="display:none; margin: 1rem 0;">
|
<article id="sxng-stream-box" class="answer" style="display:none; margin-top: 0; margin-bottom: 0;">
|
||||||
<style>
|
<style>
|
||||||
@keyframes sxng-fade-pulse {{
|
@keyframes sxng-fade-pulse {{
|
||||||
0%, 100% {{ opacity: 0.1; }}
|
0%, 100% {{ opacity: 0.1; }}
|
||||||
@@ -1381,7 +1381,7 @@ class SXNGPlugin(Plugin):
|
|||||||
}}
|
}}
|
||||||
#sxng-stream-data {{
|
#sxng-stream-data {{
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0;
|
margin-top: 1rem !important;
|
||||||
min-height: 1.5em;
|
min-height: 1.5em;
|
||||||
}}
|
}}
|
||||||
.sxng-cursor {{
|
.sxng-cursor {{
|
||||||
|
|||||||
Reference in New Issue
Block a user