Fix admin toggle visibility, include media in results, remove stretch tasks

This commit is contained in:
2026-01-28 15:40:25 +01:00
parent abd0720821
commit bec3930200
4 changed files with 21 additions and 11 deletions

View File

@@ -199,6 +199,7 @@ button.ghost {
color: #9ca3af;
font-weight: 700;
box-shadow: 0 8px 20px rgba(0,0,0,0.35);
z-index: 30;
}
.admin-panel {
@@ -206,7 +207,10 @@ button.ghost {
bottom: 70px;
right: 18px;
width: 320px;
z-index: 20;
z-index: 40;
display: flex;
flex-direction: column;
gap: 10px;
}
.panel-header {