Fixed header on mobile
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 22s

This commit is contained in:
2024-10-31 21:41:08 +01:00
parent dd1e1904f1
commit 6d5d30cb9a

View File

@@ -37,6 +37,9 @@ svg {
transition: max-height 0.5s ease;
overflow: hidden;
gap: 0;
left: 50%;
transform: translateX(-50%);
padding: 0;
&.collapsed {
max-height: 10rem;
@@ -48,6 +51,7 @@ svg {
background-color: var(--background-color);
z-index: 200;
height: 3rem;
width: 100%;
}
a {