Move Report an Issue into sticky panel footer (THE-114)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
s0lray
2026-03-26 11:08:51 -04:00
co-authored by Paperclip
parent fa3c5d1e73
commit 51a8adbbda
2 changed files with 10 additions and 1 deletions
+8 -1
View File
@@ -20,7 +20,6 @@
right: 0;
width: 340px;
height: 100vh;
overflow-y: auto;
background: var(--color-surface);
border-left: 1px solid var(--color-border);
box-shadow: var(--shadow-md);
@@ -233,6 +232,14 @@
.vote-score.negative { color: #c84040; }
.vote-score.zero { color: var(--color-text-secondary); }
/* Footer (sticky, always visible) */
#panel-footer {
flex-shrink: 0;
padding: var(--space-3) var(--space-4);
border-top: 1px solid var(--color-border);
background: var(--color-surface);
}
/* Report buttons */
#panel-report-section {
display: flex;
+2
View File
@@ -81,6 +81,8 @@
<span id="panel-rating"></span>
</div>
</div>
<div id="panel-footer">
<div id="panel-report-section">
<span class="panel-section-label">Report an Issue</span>
<div id="panel-report-buttons">