Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 80668c0

Browse files
authored
Update cert.html
1 parent 98d3e1e commit 80668c0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

web/cert.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ <h1 class="title">Certificate Manager</h1>
4545
<div id="certList" class="cert-list" aria-live="polite"></div>
4646

4747
<!-- Updates -->
48-
<div id="updates" class="updates-box">
49-
<h3 class="updates-title">📰 Updates</h3>
50-
<div id="updatesInner" class="updates-inner"></div>
51-
</div>
48+
<!-- Updates -->
49+
<div id="updates" class="updates-box">
50+
<div class="updates-header">
51+
<h3 class="updates-title">📰 Updates</h3>
52+
<!-- The caret button: shows '^' and rotates when expanded -->
53+
<button id="updatesToggle" class="updates-toggle" aria-expanded="false" title="Toggle updates">^</button>
54+
</div>
55+
56+
<div id="updatesInner" class="updates-inner"></div>
57+
</div>
5258
</div>
5359
</div>
5460
</main>

0 commit comments

Comments
 (0)