Added logo to navbar when in fullscreen

This commit is contained in:
2025-07-21 11:39:59 +02:00
parent 5f2e7ef696
commit 46b0b744ca
3 changed files with 10 additions and 10 deletions

View File

@@ -173,6 +173,11 @@ iframe{
transition: opacity var(--anim-duration) ease-in-out;
}
#navbar_logo.visible {
opacity: 1 !important;
}
/* 1. Make sure headers and footers can collapse */
header,
footer {