mirror of
https://codeberg.org/ashley/poke
synced 2025-05-30 02:59:43 +00:00
fix stuff stuff
This commit is contained in:
parent
7ef352f3cb
commit
3f66e88dae
@ -964,21 +964,18 @@ function extractQueryFromUpsellMessage(message) {
|
|||||||
%>
|
%>
|
||||||
<% if (answer) { %>
|
<% if (answer) { %>
|
||||||
<div class="container" style="padding: 1em;">
|
<div class="container" style="padding: 1em;">
|
||||||
<h2 style="font-family: 'PokeTube Flex'; font-size: large; text-align: left; font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em;">
|
<h2 style="font-family: 'PokeTube Flex'; font-size: large; text-align: left !important ; font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em;">
|
||||||
Answer to ur question
|
Answer to ur question
|
||||||
</h2>
|
</h2>
|
||||||
<h2 style="font-family: 'PokeTube Flex'; font-size: large; text-align: right; font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em; margin-top: -1em;">
|
<h2 style="font-family: 'PokeTube Flex'; font-size: large; text-align: right !important; font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em; margin-top: -1em;">
|
||||||
<i title="PokeInstant Answer! (not ai/LLM)" class="fa-light fa-sparkles"></i>
|
<i title="PokeIntellagance! " class="fa-light fa-sparkles"></i>
|
||||||
</h2>
|
</h2>
|
||||||
<span
|
<span
|
||||||
id="answer-text"
|
id="answer-text"
|
||||||
style="
|
style="
|
||||||
display: block;
|
display: block;
|
||||||
white-space: pre-wrap;
|
|
||||||
word-break: break-word;
|
|
||||||
font-size: 7em;
|
font-size: 7em;
|
||||||
margin-bottom: 3em;
|
|
||||||
margin-right: 7em;
|
|
||||||
"
|
"
|
||||||
><%= answer %></span>
|
><%= answer %></span>
|
||||||
<button
|
<button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user