Filter fix

This commit is contained in:
Juhn-Vitus Saß
2025-04-06 20:18:30 +02:00
parent cf7a2fb8bb
commit d9f3d07dd7
2 changed files with 20 additions and 25 deletions

View File

@@ -101,6 +101,15 @@ div.qp-answer-container-host div p {
@apply font-black text-xl p-4;
}
/* Filter Panel Styles */
#filterPanel {
@apply hidden transition-all duration-300 ease-in-out;
}
#filterPanel.show {
@apply block;
}
div.qp-question-container {
@apply text-center text-3xl px-4 py-9 h-screen;
}