This repository was archived by the owner on Mar 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments