mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
fix: add top margin to conversation history list on mobile devices
This commit is contained in:
parent
50f14aa594
commit
9901dfb06b
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue