mirror of
https://github.com/smittix/intercept.git
synced 2026-07-23 00:28:09 -07:00
Logout button added
This commit is contained in:
@@ -658,14 +658,18 @@ header h1 .tagline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#depsBtn {
|
#depsBtn {
|
||||||
right: 60px;
|
right: 5.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#helpBtn {
|
||||||
|
right: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-toggle {
|
.theme-toggle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
right: 100px;
|
right: 8em;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
@@ -118,8 +118,11 @@
|
|||||||
<span class="icon-moon">🌙</span>
|
<span class="icon-moon">🌙</span>
|
||||||
<span class="icon-sun">☀️</span>
|
<span class="icon-sun">☀️</span>
|
||||||
</button>
|
</button>
|
||||||
|
<div class="header-actions">
|
||||||
<button class="help-btn" onclick="showDependencies()" title="Check Tool Dependencies" id="depsBtn" style="margin-right: 5px;">🔧</button>
|
<button class="help-btn" onclick="showDependencies()" title="Check Tool Dependencies" id="depsBtn" style="margin-right: 5px;">🔧</button>
|
||||||
<button class="help-btn" onclick="showHelp()" title="Help & Documentation">?</button>
|
<button class="help-btn" id="helpBtn" onclick="showHelp()" title="Help & Documentation">?</button>
|
||||||
|
<button class="help-btn logout-btn" onclick="location.href='/logout'" title="Terminate Session">⏻</button>
|
||||||
|
</div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<svg width="50" height="50" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="50" height="50" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<!-- Signal brackets - left side -->
|
<!-- Signal brackets - left side -->
|
||||||
|
|||||||
Reference in New Issue
Block a user