@@ -124,23 +124,31 @@ <h3>Keyboard Navigation & Shortcuts</h3>
124124 < p > </ p >
125125 <!-- Sticky footer for icons/links -->
126126 < footer class ="footer ">
127- < div class ="footer-icons ">
127+ < div class ="footer-icons " style =" display: flex; align-items: center; gap: 8px; " >
128128 < a id ="link " href ="https://github.com/jonathanbertholet/promptmanager "
129- target ="_blank " title ="Github "> < img class ="footer-icons " src ="../icons/github-icon.png " alt ="Github "
130- style ="margin-right: 5px " /> </ a >
129+ target ="_blank " title ="Github "> < img class ="footer-icons " src ="../icons/github-icon.png " alt ="Github " /> </ a >
131130 < a id ="link " href ="https://chromewebstore.google.com/detail/open-prompt-manager/gmhaghdbihgenofhnmdbglbkbplolain "
132- target ="_blank " title ="Review me "> < img class ="footer-icons " src ="../icons/review-icon.png " alt ="Review me "
133- style ="margin-right: 5px " /> </ a >
134- < a id ="link " href ="../settings.html " style ="margin-right: 5px " title ="Settings "> < img id ="settings-icon " class ="footer-icons "
131+ target ="_blank " title ="Review me "> < img class ="footer-icons " src ="../icons/review-icon.png " alt ="Review me " /> </ a >
132+ < a id ="link " href ="../settings.html " title ="Settings "> < img id ="settings-icon " class ="footer-icons "
135133 src ="../icons/settings-icon.png " alt ="Settings " /> </ a >
136- <!--
137- <a id="link" href="../changelog.html" title="Changelog" style="margin-right: 5px">
138- <img class="footer-icons" src="../icons/notes.svg" alt="Changelog" />
139- </a>
140- Changelog link commented out for now.
141- -->
142- < a id ="link " href ="../permissions/permissions.html " title ="Open Permissions Manager " target ="_blank "> < img id ="permissions-icon " class ="footer-icons " src ="../icons/permissions-icon.svg "
143- alt ="Open Permissions Manager " /> </ a >
134+ < a id ="link " href ="../permissions/permissions.html " title ="Activate more LLMs " target ="_blank " style ="text-decoration: none; ">
135+ < span style ="
136+ display: inline-flex;
137+ align-items: center;
138+ background-color: var(--primary, #3674B5);
139+ color: #fff;
140+ padding: 4px 14px;
141+ border-radius: 999px;
142+ font-size: 13px;
143+ font-weight: 500;
144+ gap: 7px;
145+ box-shadow: 0 1px 2px rgba(0,0,0,0.04);
146+ transition: background 0.15s;
147+ ">
148+ < img id ="permissions-icon " class ="footer-icons " src ="../icons/permissions-icon.svg " alt ="Activate more LLMs " style ="width: 14px; height: 14px; margin: 0; filter: brightness(0) invert(1); " />
149+ Activate more LLMs
150+ </ span >
151+ </ a >
144152 </ div >
145153 </ footer >
146154 < script type ="module " src ="sidepanel.js "> </ script >
0 commit comments