ui: special searches on mobile

This commit is contained in:
2026-08-07 19:00:59 +02:00
parent a5f623d75c
commit 7e59451d47
+5 -1
View File
@@ -70,7 +70,11 @@
@media (max-width: 1450px) { @media (max-width: 1450px) {
.special-searches-box { .special-searches-box {
display: none; position: static;
width: 100%;
max-height: none;
overflow-y: visible;
margin-top: 1.5rem;
} }
} }
</style> </style>