Skip to content

Commit

Permalink
Revert "Fix CSS for front page (viamrobotics#3839)"
Browse files Browse the repository at this point in the history
This reverts commit 6809a20.
  • Loading branch information
npentrel committed Jan 21, 2025
1 parent ff52ca7 commit 517b67d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
9 changes: 1 addition & 8 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,7 @@ nav {
min-height: 3.5rem;
}

@media (max-width: 767px) {
@media (max-width: 768px) {
.second-nav {
display: none;
}
Expand Down Expand Up @@ -2804,10 +2804,6 @@ span.section-overview {
display: unset;
}

#landing-page-sidebar {
display: none;
}

.menu-toggle.open-on-desktop {
display: none;
}
Expand Down Expand Up @@ -2977,7 +2973,6 @@ a.tree-root {
.upside-down {
display: flex;
flex-direction: column-reverse;
align-self: first baseline;
}

.upside-down.max-page {
Expand All @@ -3000,8 +2995,6 @@ a.tree-root {
.upside-down > .col.hover-card {
min-width: unset;
max-width: unset;
max-height: fit-content;
flex-grow: unset !important;
}

.col-12.col-md-12.col-xl-12.pl-md-12 > .td-content {
Expand Down
5 changes: 1 addition & 4 deletions layouts/docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
<div class="container-fluid td-outer">
<div class="td-main">
<div class="row flex-xl-nowrap">
<aside class="col-12 col-md-3 col-xl-2 td-sidebar d-print-none" id="landing-page-sidebar">
{{ partial "sidebar.html" . }}
</aside>
<main class="col-12 col-md-12 col-xl-12 pl-md-12" role="main">
<main class="col-12 col-md-12 col-xl-12 pl-md-12" role="main">
<div id="rss-feed">
<a target="_blank" title="Open RSS feed" aria-label="Open RSS feed" href="{{ .Permalink }}feed.xml">
<p><i class="fas fa-rss"></i> RSS Feed</p>
Expand Down
4 changes: 2 additions & 2 deletions static/js/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -60619,7 +60619,7 @@ const TP = Z(ebe), tbe = D.forwardRef(
value: t,
onChange: b,
onKeyDown: r,
placeholder: c || (l ? "Search..." : "Search..."),
placeholder: c || (l ? "Search..." : "Search for anything..."),
narrowView: n,
onFocus: g,
onBlur: k
Expand Down Expand Up @@ -61843,7 +61843,7 @@ const config = {
components: {
AIChatPageWrapper: {
defaultProps: {
size: 'default', // 'shrink-vertically' 'expand', 'default', 'full-viewport'
size: 'full-viewport', // 'shrink-vertically' 'expand', 'default', 'full-viewport'
variant: 'container-with-shadow', // 'no-shadow' or 'container-with-shadow'
},
},
Expand Down

0 comments on commit 517b67d

Please sign in to comment.