We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad446a commit 2cdbd42Copy full SHA for 2cdbd42
packages/agent-webapp/src/components/history.ts
@@ -322,7 +322,6 @@ export class HistoryComponent extends LitElement {
322
box-shadow: 0 var(--space-xs) var(--space-xs) var(--panel-bg);
323
}
324
.chats-panel {
325
- position: relative;
326
width: var(--panel-width);
327
height: 100%;
328
background: var(--panel-bg);
packages/agent-webapp/src/styles.css
@@ -40,6 +40,12 @@ nav {
40
41
42
43
+@media (width < 800px) {
44
+ nav azc-auth {
45
+ font-size: 0 !important;
46
+ }
47
+}
48
+
49
main {
50
flex: 1;
51
display: flex;
0 commit comments