added custom titlebar to electron

This commit is contained in:
2025-12-05 12:47:19 +01:00
parent db74808e6c
commit 0da70f8e6a
20 changed files with 497 additions and 229 deletions

View File

@@ -253,6 +253,9 @@
color: white; text-decoration: none; font-weight: 600;
transition: all 0.2s ease;
}
body.electron .back-btn {
top: 115px !important;
}
.back-btn:hover { background: rgba(255, 255, 255, 0.15); transform: translateX(-5px); }
@media (max-width: 768px) {