Added LLM Prompt

This commit is contained in:
John Konecny 2024-10-27 09:26:52 -04:00
parent 69dd8d77f3
commit d01ce48c97
No known key found for this signature in database
GPG key ID: E2BE1C73CA4FE2E7
4 changed files with 162 additions and 1 deletions

View file

@ -55,6 +55,11 @@
<!-- Search Type Ahead -->
</ul>
</form>
<div id="llm-prompt-container">
<a id="llm-prompt-link" href="llms.txt">
🤖 LLM Prompt 🤖
</a>
</div>
<div class="top-header-triangle">
<!-- if the window gets big, this extends the purple bar on the top header to the left edge of the window -->
</div>

View file

View file

@ -560,6 +560,20 @@ pre>samp {
right: 30px;
}
#llm-prompt-container {
background-color: var(--violet-bg);
height: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: initial;
}
#llm-prompt-copy-button:hover {
border-color: var(--link-hover-color);
color: var(--link-hover-color);
}
.builtins-tip {
padding: 1em;
font-style: italic;
@ -598,7 +612,7 @@ pre>samp {
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
:root {
--top-header-height: 140px;
--top-header-height: 160px;
}
#search-shortcut-key {