floating chat
This commit is contained in:
@@ -125,10 +125,6 @@
|
||||
min-height: calc(100dvh - 56px);
|
||||
}
|
||||
|
||||
.assistant-sidebar {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.shell .app-main {
|
||||
padding-bottom: calc(76px + env(safe-area-inset-bottom));
|
||||
}
|
||||
@@ -232,16 +228,3 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1041px) {
|
||||
.shell-workspace {
|
||||
grid-template-columns: minmax(0, 1fr) 360px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.assistant-sidebar {
|
||||
position: sticky;
|
||||
top: 64px;
|
||||
min-height: calc(100dvh - 64px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user