fix: keep chat icons in the mobile menu rows
This commit is contained in:
parent
3f7dddfd0b
commit
858ca47566
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ body.assistant-workspace .assistant-learning-view { min-height: 0; height: 100vh
|
|||
.assistant-history .card-header h3 { font-size:11px; font-weight:700; color:var(--g500); text-transform:uppercase; letter-spacing:.04em; }
|
||||
/* Mobile drawer rows: no icons, hard-truncated titles, ⋮ always visible */
|
||||
@media (max-width: 640px) {
|
||||
.assistant-saved-chat-icon { display:none; }
|
||||
.assistant-saved-chat-icon { flex:0 0 16px; }
|
||||
.assistant-saved-chat { position:relative; overflow:hidden; max-width:100%; padding-right:36px; }
|
||||
.assistant-saved-chat-title { flex:1 1 auto; min-width:0; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
|
||||
.assistant-saved-chat-menu { position:absolute; right:6px; top:50%; transform:translateY(-50%); opacity:1; pointer-events:auto; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue