mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Remove unused css classes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user