Fix logo width in FF

This commit is contained in:
Tetrakern 2025-01-03 05:15:16 +01:00
parent 6cb4670fa9
commit be32074540
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@
.custom-logo { .custom-logo {
height: var(--header-logo-height); height: var(--header-logo-height);
max-height: calc(var(--header-height) - 2rem); max-height: calc(var(--header-height) - 2rem);
width: fit-content; width: auto;
max-width: 99vw; max-width: 99vw;
object-fit: contain; object-fit: contain;
pointer-events: none; // Prevents drag and Edge image function nonsense pointer-events: none; // Prevents drag and Edge image function nonsense