Logout button added

This commit is contained in:
Jon Ander Oribe
2026-01-11 14:56:25 +01:00
parent 1a7a33041c
commit 03ce847196
2 changed files with 11 additions and 4 deletions

View File

@@ -658,14 +658,18 @@ header h1 .tagline {
}
#depsBtn {
right: 60px;
right: 5.5em;
}
#helpBtn {
right: 3.5em;
}
.theme-toggle {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 100px;
right: 8em;
width: 32px;
height: 32px;
border-radius: 50%;
@@ -4717,4 +4721,4 @@ body::before {
.preset-freq-btn:active {
transform: scale(0.98);
}
}