Remove unused css classes

This commit is contained in:
sabaimran
2024-12-19 21:36:35 -08:00
parent b644bb8628
commit 43331f7730
5 changed files with 0 additions and 54 deletions

View File

@@ -5,19 +5,8 @@ div.searchLayout {
height: 100vh;
}
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) {
div.searchLayout {
gap: 0;
}
div.sidePanel {
position: relative;
height: 100%;
}
}