cosmetic fixes

This commit is contained in:
2026-03-11 17:59:14 +01:00
parent 687bd56e42
commit ae59d3deac
3 changed files with 38 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
width: min(95vw, 95%);
height: min(calc(100dvh - 2rem), 1024px);
max-height: 1024px;
margin-inline: 0 auto;
margin-inline: auto;
overflow-x: hidden;
}
@@ -86,6 +86,7 @@
width: min(100%, 96rem);
height: min(100dvh - 1.5rem, 100%);
max-height: 100dvh;
border: 0;
}
.conversation-modal-header {
@@ -94,7 +95,6 @@
justify-content: space-between;
gap: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--surface-border-soft);
}
.conversation-modal-eyebrow {