diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml
index ec77541..253a37b 100644
--- a/.gitea/workflows/ci.yml
+++ b/.gitea/workflows/ci.yml
@@ -25,5 +25,5 @@ jobs:
- name: Pack frontend
run: tar -czf frontend.tar.gz frontend
- name: Upload artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
with: { name: frontend, path: frontend.tar.gz }
diff --git a/frontend/index.html b/frontend/index.html
index b57c92e..cae60a2 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -14,6 +14,9 @@ header { position: sticky; top: 0; z-index: 20; padding: 12px 16px; display:flex
button { background: linear-gradient(180deg,#1f3a5f,#15324d); border:1px solid #2a496e; color:#e5e7eb; padding:8px 12px; border-radius:10px; cursor:pointer; }
button:hover { filter: brightness(1.15); }
.panel { border: 1px solid #1b2d45; border-radius: 14px; padding: 12px; background: rgba(11,21,38,.92); }
+.panel > summary { cursor: pointer; list-style-position: inside; }
+.panel > summary h2 { display: inline-block; margin-left: 4px; }
+.panel[open] > summary { margin-bottom: 8px; }
aside, section { position: relative; z-index: 1; }
main { position: relative; z-index: 1; display: grid; grid-template-columns: 300px 1fr 340px; gap: 14px; padding: 14px; }
@media (max-width: 1100px) { main { grid-template-columns: 1fr; } }
@@ -68,7 +71,8 @@ textarea { resize: vertical; min-height: 120px; }
Issues
- Pull Requests
- Live Widgets
+
+ Issues
+ Pull Requests
- Live Widgets