fix: add top margin to conversation history list on mobile devices

This commit is contained in:
Andrew Beal 2026-02-16 22:16:58 +00:00
parent 50f14aa594
commit 9901dfb06b

View file

@ -181,6 +181,10 @@
align-items: center;
}
:global(.is-mobile) .history-list-modal-list {
margin-top: var(--size-4-1);
}
.history-list-modal-header {
padding: var(--size-2-2) 0;
color: var(--text-muted);