Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions material-overrides/.icons/custom/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material-overrides/.icons/custom/history.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 21 additions & 11 deletions material-overrides/assets/stylesheets/kluster.css
Comment thread
0xlukem marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ input.md-search__input[placeholder="Search"]::placeholder {
[data-md-toggle="search"]:checked ~ .md-header .md-search__form {
background-color: var(--search-input-bg-color);
}

/* Keep compact utility controls visible when desktop search expands. */
[data-md-toggle="search"]:checked ~ .md-header .md-header__option {
max-width: 100%;
opacity: 1;
}
}

/* --- Footer --- */
Expand Down Expand Up @@ -593,26 +599,31 @@ html .md-footer-meta.md-typeset .papermoon a {
}

/* Mobile Footer styling */
@media screen and (max-width: 1024px) and (min-width: 768px) {
@media screen and (max-width: 1024px) and (min-width: 509px) {
.md-sidebar__scrollwrap,
.md-main {
padding-bottom: 5.5rem;
padding-bottom: 3rem;
}

.md-footer-meta__inner.md-grid {
grid-template-columns: 1fr;
justify-content: center;
row-gap: 0.2rem;
grid-template-columns: 1fr auto 1fr;
gap: 0.35rem;
}

.md-footer__buttons {
grid-column: 1 / -1;
justify-content: center;
padding: 0;
padding: 0 0.3rem 0 0.6rem;
}

.md-footer__center-column {
justify-self: center;
}

.md-copyright {
width: auto;
}

.md-footer__social {
justify-content: center;
justify-content: flex-end;
}
}

Expand All @@ -623,15 +634,14 @@ html .md-footer-meta.md-typeset .papermoon a {
}
}

@media screen and (max-width: 767px) {
@media screen and (max-width: 508px) {
.md-main__inner {
padding-bottom: 7rem; /* footer stacks to 1 column, so taller */
}

.md-footer-meta__inner.md-grid {
grid-template-columns: 1fr;
justify-items: center;
padding: 0.5rem;
}

.md-footer__buttons {
Expand Down
10 changes: 9 additions & 1 deletion material-overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
</form>
{% endif %}
{% endif %}

<a
href="{{ '/code-reviews/video-library/' | url }}"
title="Video library"
class="md-header__button md-icon md-header__video-library"
aria-label="Video library">
{% include ".icons/material/movie-open-play-outline.svg" %}
</a>
</div>

{% if config.repo_url %}
Expand All @@ -79,4 +87,4 @@
</div>
{% endif %}
</nav>
</header>
</header>
12 changes: 10 additions & 2 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,17 @@
"key": "/code-reviews/quickstart/manual-review/",
"value": "/code-reviews/ide-reviews/human-written-code/on-demand-reviews/"
},
{
"key": "/code-reviews/reference/mcp-tools/",
"value": "/code-reviews/reference/"
},
{
"key": "/code-reviews/reference/response-schema/",
"value": "/code-reviews/reference/"
},
{
"key": "/code-reviews/tools/",
"value": "/code-reviews/reference/mcp-tools/"
"value": "/code-reviews/reference/"
},
{
"key": "/get-api-key/",
Expand Down Expand Up @@ -498,7 +506,7 @@
},
{
"key": "/verify/tools/",
"value": "/code-reviews/reference/mcp-tools/"
"value": "/code-reviews/reference/"
}
]
}