Remove sidebar brands
This commit is contained in:
@@ -112,7 +112,6 @@ function injectChrome() {
|
||||
// Always root-absolute so /docs (no trailing slash) does not break relative links
|
||||
sideHost.innerHTML = `
|
||||
<a class="docs-sidebar-brand" href="/docs/">
|
||||
<img src="/assets/logo/peardock-icon-64.png" alt="" width="28" height="28" />
|
||||
<span class="docs-sidebar-brand-text">
|
||||
<strong>peardock</strong>
|
||||
<span>Documentation</span>
|
||||
@@ -150,7 +149,6 @@ function injectChrome() {
|
||||
if (legalHost) {
|
||||
legalHost.innerHTML = `
|
||||
<a class="docs-sidebar-brand" href="/legal/">
|
||||
<img src="/assets/logo/peardock-icon-64.png" alt="" width="28" height="28" />
|
||||
<span class="docs-sidebar-brand-text">
|
||||
<strong>HoneyPeer, LLC</strong>
|
||||
<span>Legal</span>
|
||||
|
||||
@@ -145,13 +145,6 @@ body.is-docs .nav-brand-text {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.docs-sidebar-brand img {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 8px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.docs-sidebar-brand-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user