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

@@ -86,12 +86,6 @@ div.homeGreetings {
grid-template-rows: 1fr 2fr;
}
div.sidePanel {
position: fixed;
height: 100%;
z-index: 1;
}
@media screen and (max-width: 768px) {
div.chatBody {
grid-template-columns: 0fr 1fr;
@@ -102,10 +96,6 @@ div.sidePanel {
grid-template-rows: auto;
}
div.sidePanel {
position: relative;
}
div.chatBox {
padding: 0;
height: 100vh;