Merge branch 'main' into hotfix/search-nav

This commit is contained in:
Luke Boswell 2024-11-15 07:11:31 +11:00 committed by GitHub
commit f5b4f8021e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
499 changed files with 10891 additions and 8652 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" title="Documentation in a LLM friendly format">
LLM docs
</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

@ -556,6 +556,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;
@ -594,7 +608,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 {