add panoramax link, enable filter unknown, count displayed

This commit is contained in:
Tykayn 2024-12-31 23:27:19 +01:00 committed by tykayn
parent c194a858b1
commit 984cac9884
5 changed files with 55 additions and 21 deletions

View file

@ -547,4 +547,13 @@ header img{
margin-bottom: 10px;
border: 1px solid var(--button-border);
border-radius: 5px;
}
#count_features_fond{
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 10;
background: white;
padding: 1rem;
border-radius: 8px;
}