release: sync release/v1.2.1 with main
Create Release / release (push) Successful in 14s
Build and Push Docker Image / build (push) Successful in 36s
CI / Security audit (push) Has been cancelled
CI / Tests & coverage (push) Has been cancelled

This commit is contained in:
2026-05-17 20:55:12 +01:00
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<!-- Dashboard --> <!-- Dashboard -->
<div id="dashboard-container" class="dashboard-container" style="display: none;"> <div id="dashboard-container" class="dashboard-container" style="display: none;">
<header class="app-header"> <header class="app-header">
<h1>sofarr</h1> <h1><a href="https://git.i3omb.com/Gandalf/sofarr" target="_blank" rel="noopener noreferrer" class="title-link">sofarr</a></h1>
<div class="header-controls"> <div class="header-controls">
<div class="theme-switcher"> <div class="theme-switcher">
<button class="theme-btn active" data-theme="light">Light</button> <button class="theme-btn active" data-theme="light">Light</button>
+10
View File
@@ -872,6 +872,16 @@ body {
margin-top: 4px; margin-top: 4px;
} }
.title-link {
color: inherit;
text-decoration: none;
}
.title-link:hover {
text-decoration: underline;
text-underline-offset: 3px;
}
/* ===== Login ===== */ /* ===== Login ===== */
.login-container { .login-container {
display: flex; display: flex;