Remove dead CSS for qa-top-nav and thanks-page Q&A overrides; v1.0.7

These rules became orphaned after converting QuestionsPage to a full site
layout and removing the back-to-site nav link from QASection.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-07-22 12:02:07 -04:00
parent 595a2c3ec4
commit a7c5906c7b
2 changed files with 1 additions and 53 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "siteforge", "name": "siteforge",
"private": true, "private": true,
"version": "1.0.6", "version": "1.0.7",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
-52
View File
@@ -5918,33 +5918,6 @@
border-top: 1px solid rgba(201, 168, 76, 0.2); border-top: 1px solid rgba(201, 168, 76, 0.2);
} }
.qa-top-nav {
display: flex;
justify-content: flex-start;
margin-top: 0.85rem;
margin-bottom: 0.9rem;
}
.qa-back-to-site {
display: inline-flex;
align-items: center;
border: 1px solid rgba(201, 168, 76, 0.3);
color: #d8c395;
text-decoration: none;
border-radius: 999px;
padding: 0.35rem 0.72rem;
font-size: 0.77rem;
letter-spacing: 0.05em;
text-transform: uppercase;
background: rgba(201, 168, 76, 0.06);
}
.qa-back-to-site:hover {
color: #f0ddb3;
background: rgba(201, 168, 76, 0.14);
border-color: rgba(201, 168, 76, 0.45);
}
.qa-filters { .qa-filters {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -6491,22 +6464,6 @@
} }
@media (max-width: 768px) { @media (max-width: 768px) {
/* ── Page wrapper override (QuestionsPage uses thanks-page/thanks-card) ── */
.thanks-page:has(.section-qa) {
padding: 0;
align-items: stretch;
}
.thanks-card:has(.section-qa) {
width: 100%;
max-width: 100% !important;
border-radius: 0;
border-left: none;
border-right: none;
padding: 0;
box-shadow: none;
}
/* ── Container ── */ /* ── Container ── */
.section-qa .section-inner { .section-qa .section-inner {
padding: 0; padding: 0;
@@ -6516,16 +6473,7 @@
border-top: none; border-top: none;
} }
/* ── Top nav ── */
.qa-top-nav {
margin: 0.9rem 1rem 0.7rem;
}
.qa-back-to-site {
font-size: 0.74rem;
padding: 0.38rem 0.75rem;
min-height: 38px;
}
/* ── Heading ── */ /* ── Heading ── */
.section-qa .section-heading { .section-qa .section-heading {