mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 08:02:56 -04:00
Update html/watch.ejs
This commit is contained in:
parent
046c35119b
commit
d451401186
1 changed files with 3 additions and 3 deletions
|
@ -2931,7 +2931,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
}
|
||||
}
|
||||
|
||||
.ai-button {
|
||||
.ai-buttona {
|
||||
padding: 0.75rem 1.5rem;
|
||||
font-size: 15px;
|
||||
letter-spacing: 0.05em;
|
||||
|
@ -2970,7 +2970,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
%>
|
||||
|
||||
<% if (showButton) { %>
|
||||
<a
|
||||
<br><br><br> <a
|
||||
href="https://chatgpt.com/?q=<%= encodeURIComponent(
|
||||
desc +
|
||||
' Please summarize the selection using precise and concise language. ' +
|
||||
|
@ -2980,7 +2980,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label="Summarise the video description"
|
||||
class="ai-button"
|
||||
class="ai-buttona"
|
||||
data-variant="<%= variant %>"
|
||||
>
|
||||
Summarise!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue