code quality changes
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m3s
Python Code Quality / python-code-quality (pull_request) Successful in 10s
Python Test / python-test (pull_request) Successful in 17s

This commit is contained in:
Brian Bjarke Jensen
2026-01-27 21:21:55 +01:00
parent b2aa71b95b
commit ec0e1f6140
11 changed files with 664 additions and 506 deletions
+10 -3
View File
@@ -9,7 +9,9 @@
padding: 0.5rem;
border-radius: 4px;
box-shadow: var(--shadow-md, 0 2px 10px rgba(0, 0, 0, 0.1));
transition: background 0.3s, box-shadow 0.3s;
transition:
background 0.3s,
box-shadow 0.3s;
}
.burger-menu div {
@@ -43,7 +45,9 @@
height: 100vh;
background: var(--bg-secondary, #ffffff);
box-shadow: var(--shadow-md, 2px 0 10px rgba(0, 0, 0, 0.1));
transition: left 0.3s, background 0.3s;
transition:
left 0.3s,
background 0.3s;
z-index: 999;
padding: 4rem 1rem 1rem 1rem;
overflow: hidden;
@@ -57,7 +61,10 @@
padding: 1rem;
border-bottom: 1px solid var(--border-color, #eeeeee);
cursor: pointer;
transition: background 0.2s, color 0.3s, border-color 0.3s;
transition:
background 0.2s,
color 0.3s,
border-color 0.3s;
color: var(--text-primary, #333333);
}